
Announcements
I’ve added some images to a screen but would like the user to be able to click on the ‘Next’ and ‘Back’ buttons to cycle through the images. Any ideas?
Hi @Mac,
What is the data source of your images?
The method I could think of is that you need to add a ID column for the same data source, create and set context variables by using the UpdateContext function on the ID column to define which image to show. But once you navigate to the first/last image, there would be a problem if the user still keep clicking. You could also set the Visible property of the Next/Back button to false, if it is already the first/last image.
Regards,
Mona