Hi,
I want the user of my app to click on an image in a repeating group and have a pop up appear with an enlarged version of the image in it. How can I do that?
BTW I am able to get the pop up to open when I click on the image. I just don’t know how to get the pop up to show the image.
Hi there, @mateo.mulder… add a step in your workflow (after the step that shows the popup), and use the Element Actions >> Display data action in this step. In the action, the element will be your popup, and the data to display will be the current cell’s thing. At that point, you will have access in the popup to the data from the current cell in the repeating group, and you can add an image element in the popup to show the associated image. Make sense?
Hope this helps.
Best…
Mike
1 Like
That worked. Thanks!
1 Like