# Logging an Array or Table rather than a single row to a spreasheet

**URL:** https://community.glideapps.com/t/logging-an-array-or-table-rather-than-a-single-row-to-a-spreasheet/78359
**Category:** Ask for Help
**Created:** [December 4, 2024, 5:43pm UTC](https://community.glideapps.com/t/logging-an-array-or-table-rather-than-a-single-row-to-a-spreasheet/78359 "2024-12-04T17:43:44Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Eddy\_Fuller](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/eddy_fuller/32/82785_2.png) [@Eddy\_Fuller](https://community.glideapps.com/u/Eddy_Fuller)
#### Post date: [December 4, 2024, 5:43pm UTC](https://community.glideapps.com/t/logging-an-array-or-table-rather-than-a-single-row-to-a-spreasheet/78359/1 "2024-12-04T17:43:44Z")

</div>

![Screenshot 2024-12-04 at 17.42.22](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/1/a/1a3cc25e56a02bb1610f135acb5f41c7f4583b60.png)

Id like to be able to gather info in each of these rows from a user (getting weights for each exercise) then be able to add all those rows to the bottom of a bigger spreadsheet to keep log of it

thankyou  
Eddy

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [December 5, 2024, 12:20am UTC](https://community.glideapps.com/t/logging-an-array-or-table-rather-than-a-single-row-to-a-spreasheet/78359/2 "2024-12-05T00:20:23Z")

</div>

Is that spreadsheet connected to Glide?

Regardless, you should create a JSON out of each row, and then gather all those JSONs in a JSON array.

Send that array to something like Make or Zapier, iterate through them, and add them to the spreadsheet you mentioned.

---

<div class="post-metadata">

### Author: ![Eddy\_Fuller](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/eddy_fuller/32/82785_2.png) [@Eddy\_Fuller](https://community.glideapps.com/u/Eddy_Fuller)
#### Post date: [December 5, 2024, 6:23am UTC](https://community.glideapps.com/t/logging-an-array-or-table-rather-than-a-single-row-to-a-spreasheet/78359/3 "2024-12-05T06:23:03Z")

</div>

hi!

yeah so its connected to google sheets. i wouold literally want it logged in same format just sent to add to underneath last row in the google sheet, then its cleared on the app like a form, so i can add more entries

is tat all doable within glide or do i need to use zapier?
