20
Views
3
Comments
Solved
Same backdrop image is showing for all the shows
Application Type
Mobile

Hi Team,

I am a beginner in Outsystem and I am creating a cartoon mobile application and I have added image and backdrop as binary type in the database. Also I have created a new screen to navigate while clicking the image. When it navigates to the other screen same backdrop image is showing for all the images


I have also attached the oml file for the reference. kindly clarify on this.

Thanks,
Gowtham

Toonix.oml
2026-02-26 06-29-24
Rahul
 
MVP
Solution

Hi ,

I have checked you code and see you are using two aggregate to show images but why-


You can use inner join between this two entity and you get data accordingly for image and backdrop.

2021-10-08 05-01-12
Deepa Tiwari

Hi,

You don't need to assign input variable here  you already pass it when using onclick event.

`also the navigation screen pass your input variable accordingly not from the aggregate.


Hope this will solve your problem.


2026-02-26 06-29-24
Rahul
 
MVP
Solution

Hi ,

I have checked you code and see you are using two aggregate to show images but why-


You can use inner join between this two entity and you get data accordingly for image and backdrop.

2023-11-09 05-45-17
Gowtham Virumandi

Hi Team

It works now, Thanks

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.