Merging files from the multi-file uploader with repeating group

Hi! Non-developer about a month into my bubble journey here. I’ve followed this tutorial on how to customize the multi-file uploader:

It works perfectly except for one thing…the user can’t upload a second round of files if they don’t fill the predetermined 8 set by my uploader. It simply overwrites the existing files. Others in the YouTube comments asked the same question, and there is an answer, however the solution presented is not working for me. My guess is Im not doing something correctly in the workflow.

“use a custom state that is a list of files. Whenever the file uploader is changed, set a state: “state’s list :plus item this file uploader’s value.” If you’re using the multi-file uploader, then it would be “state’s list merged with this uploader’s value.” That way, your RG can reference the state and it doesn’t wipe with every uploader change.”

Could anyone help me figure out what Im missing here? It’s driving me crazy but I know it’s probably something simple. Here is a link to my environment if anyone is able to help:

Howdy!

I fixed this for you :pray: :partying_face:

What I did is merge the current repeating group’s files, with the new uploaded files.

Goodluck!

1 Like

You’re amazing thank you so much!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.