Ability to populate image in repeated from image on canvas

repeater-widget

#1

I want to be able to populate an image within a repeater row from an image on the canvas. The image on the canvas can be any one of four images (selected by the user), so the image name is not fixed.

It is possible to download an image from a repeater into an image on the canvas. I was hoping to be able to use something similar to upload an image, but haven’t had any success.

I’ve built a small rp file as an example of what I’m getting and what I want to achieve - see attached.

Any help will be most appreciated.

Caroline

repeaterImages.rp (528.6 KB)


#2

I was able to get this to work if I created a second repeater with all the images in and then used that to get the image file.

I would still prefer to populate the image directly from the image on the canvas, if anyone has worked this out.

Attached is my updated file, in case anyone wants to use what I’ve done.

repeaterImages.rp (732.9 KB)