Hello, I am trying to get images to show up in a repeating group of Images.
Here is current workflow:
User clicks button, images are made, images then shown in repeating group of images.
Right now, I am successfully getting the links for the images, just need to get the images in the repeatinggroup to actually show the images though.
Here is a screenshot of succesfully retrieving the image values (or their links):
This is set as a state of a list of images.
Here is me setting the state of the image element named âImage Generationâ within the repeating group.
And here are the values I have for the repeating group:
and the image inside the repeating group:
Any idea why the images wouldnât be showing up in the repeating group, even tho it is successfully gathering the links for the images as seen in screenshot above?
Thanks.