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 imagesI have also attached the oml file for the reference. kindly clarify on this.Thanks,Gowtham
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.
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.
Hi TeamIt works now, Thanks