Multiple files to seperate rows

If I use “file picker” to upload multiple files and want to add each of these files to another table to separate rows, how can I do that, please?

  • Use the “Miracle Method” to coerce the array of file URLs into a list
  • Create an add row mutation for each non-empty row
  • Bundle that up into a JSON payload
  • Send it to the Glide API
3 Likes