Update uploaded photos

I have multiple photos on my business profile page and I would like the user to have an option to change/update thier photos. I have created the relationship user and photos in the database but the update forms options is not working. only create a new photos works.

Hi @kenchan8,

Welcome to the community :partying_face:

Before going to the screen where the form has you need a screen with a list of the logged in user’s photos and then you can link the list to the screen where the form located and in the form you can choose update current photo from the drop down!

Thank you

1 Like

Hello, in order to update each image, the update form should be linked to a list of images in the previous screen. So then the form can update each current image. Also you can use the image picker component instead of the form to update the image.

Thank you!