Hi everyone!
I am using an Airtable base as DB to my Bubble application and I need my user to upload multiple images to an attachment field (all in the same record).
I installed the Dropzone plugin so the user can upload multiple files at once, but when he clicks the save button Airtable just doesn’t save all the images, 'cause it doesn’t seems to accept a list of files. If I just select one file of the list, it saves perfectly.
Does anyone know how to make it work?
I’d like to avoid creating a different record to each file, since all images belong to the same request.
Thanks!