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?
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.