I have created thing called Project, which contains a field call “Images” which is set to “List of Fields”. I tried to use two seperate image uploader.
When I create a new project, I have used “image add pictureInput1’s value” and “image add pictureInput2’s value”.
The problem is, how do you display the images in a sildeshow or repeatinggroup when i am in side the project detail page?
Ok so i got the list of images to display in a repeatingroup. However, i can’t seem to get a list of images to display in the slideshow. Any ideas as to what i am doing wrong?
@bbc093 I am currently having the same, I would like to display images as a slideshow or let users click on different images to view them. Because the products on my app might require different views. Have you found a solution yet?
if you’re using a repeating group like the OP the trick is really just to have an expression on the RG that finds a list but an expression in the cell that finds a single item.
So on the RG it might be a list of products with each items image, or a single product with its list of images. In either case on the cell it will be current cell’s image.