# Multiple files to seperate rows

**URL:** https://community.glideapps.com/t/multiple-files-to-seperate-rows/80140
**Category:** Ask for Help
**Created:** [February 18, 2025, 9:52am UTC](https://community.glideapps.com/t/multiple-files-to-seperate-rows/80140 "2025-02-18T09:52:46Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Stephen\_Hui](https://avatars.discourse-cdn.com/v4/letter/s/74df32/32.png) [@Stephen\_Hui](https://community.glideapps.com/u/Stephen_Hui)
#### Post date: [February 18, 2025, 9:52am UTC](https://community.glideapps.com/t/multiple-files-to-seperate-rows/80140/1 "2025-02-18T09:52:46Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [February 18, 2025, 10:05am UTC](https://community.glideapps.com/t/multiple-files-to-seperate-rows/80140/2 "2025-02-18T10:05:46Z")

</div>

- 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
