You could display all the images in a repeating group, then group the image element within the repeating group cells, then make it so when the group within the repeating group is clicked that image becomes the user’s profile pic. You’ll also need a condition that visually shows which image is currently selected for the user’s profile pic.
Thank you for a detailed answer, but I’m still struggling to get it working… Just to split your answer into parts:
Display all the images in a repeating group - done
Group the image element within the repeating group cells - really not sure how to do that( is it just selecting both, the image and the RG, right clicking and using "group elements in a group"?)
When the group within the repeating group is clicked that image becomes the user’s profile pic
How would you do that? I have tried creating a workflow that sets the image as a custom state once clicked, and then using it in “make changes to a thing”, but how to ONLY use the image from the state IF it has been selected and no image has been uploaded through the image uploader?
Also since I’m already being spoonfed here I might also ask how do you keep the image as ‘selected’? Because in custom states I can only find ‘hovered’ and ‘pressed’ which are only temporary