Multi file uploads

Hi everyone,

I am using bubble’s multi file uploader plugin. I have created a workflow so when a file is uploaded a new thing is created in the database. When multiple files are uploaded a thing is created with a list of files.

Is is possible to create multiple things each with one file. So the user uploads 3 files and 3 things are created?

Thanks in advance

Matt

Yes

Send the list to a recursive backend flow

Thank you for your reply.

Could you please explain a little further what you mean?

Files make up a list

With that list you can build a self repeating flow that creates a thing for each iteration in the list.

Explore in the forum how recursive flows are built. Basically they are flows that reschedule on themselves until the end … with an extinguishable condition which is when you reach the end of the list.

@ cmarachan thank you, it works perfectly!

1 Like

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