How to upload a list of images from bubble to xano?

Hello!

Im trying to upload a list of imgs from bubble to xano, but Im missing something.

  1. Im using multifile uploder to upload multiple imgs
  2. saving these imgs in a custom state
  3. sending the custom state value (list of imgs) to the xano

Result:

Bubble is sending a string with concatenated urls and not a solid json array.
How is the correct way to send multiples img to xano?

you’d be better to run a backend workflow with the multi file uploaders files

multifile uploader finishes - api workflow to backend - iterate the files and send them to xano

the bubble multi file uploader is pretty terrible also (it waits for all files to upload before triggering so if 1 file fails they all fail, it doesn’t have upload restart, doesn’t handle large files etc…)

for any app with serious file usage I use filestack and s3