Multi-File Upload Edit Profile issue

Hi All.

I’m trying to create site where users create a profile that is visible to the public. I have a “Create Profile” page for new users who sign up and I have created an “Edit Profile” for users to change their profile info as needed when they’re logged in.

All the fields (input, uploads, etc.) on both pages seem to function correctly except for the Multi-file Upload on the “Edit Profile” page. On the “Edit Profile” page all the input fields are able pull/update info across the app via the auto-binding feature.

However Multi-file Upload doesn’t have this option and as a result users can’t remove old files (photos) because they are not showing up in the upload display (they do however show up in the repeat group that displays them.) What configuration do I need so that users can add/remove photos in the Multi-file Upload on their “edit profile” pages anytime they need to?

This what the configuration is currently set to. The second picture is what the preview shows which is an incomplete list of the files (there should be about 12 ) and when I remove them the images still appear in the repeat group display.

Never mind. I figured it out :grinning:

First I had to add a trash Icon and place it next to the cell in my repeat group and set the workflow. This allows users to remove existing images from their profile and the database.

Bubble Help 4

Then then I updated the same repeat group’s data source. This makes it possible for current images and new uploaded images to be displayed at the same time on the user’s profile page.

Lastly I resolved the error I was seeing in my Multi-file Upload popup by removing the dynamic insert data that was in the “Initial Files to display” field.

And now users can add/remove images from their profile pages seamlessly. :fireworks: