This discussion is about how to make images added on one screen appear correctly on another screen in Thunkable, including saving and displaying multiple images

Hi, I’m building a wardrobe app and I’m having trouble displaying images across screens.

On my “Add Item” screen, users upload a photo from their gallery or take a picture using the camera. I want those images to show on my “Wardrobe” screen when they click “Add to Wardrobe,” and I want multiple images to appear (not just one).

Right now, I’m using a stored variable to save the image, but when I go to the next screen, the same image shows for all items in the wardrobe.

How do I make it so that when I click “Add to Wardrobe” on my Add Item screen, the selected image appears correctly on my Wardrobe screen?

I also want this to work multiple times so I can keep adding different images to my wardrobe.

Thank you!