# How to divide each of the 10 rows of data using a webhook and send it to a zapier

**URL:** https://community.glideapps.com/t/how-to-divide-each-of-the-10-rows-of-data-using-a-webhook-and-send-it-to-a-zapier/73314
**Category:** Ask for Help
**Created:** [May 13, 2024, 1:26pm UTC](https://community.glideapps.com/t/how-to-divide-each-of-the-10-rows-of-data-using-a-webhook-and-send-it-to-a-zapier/73314 "2024-05-13T13:26:58Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![sang73](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/sang73/32/74638_2.png) [@sang73](https://community.glideapps.com/u/sang73)
#### Post date: [May 13, 2024, 1:26pm UTC](https://community.glideapps.com/t/how-to-divide-each-of-the-10-rows-of-data-using-a-webhook-and-send-it-to-a-zapier/73314/1 "2024-05-13T13:26:58Z")

</div>

As far as I know, webhooks can only transfer 1 row data.

If so, I would like to send each of the 10 rows created by the user to zapier in the latest order using the Webhooks function. What function should I use for this?

---

<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: [May 13, 2024, 2:37pm UTC](https://community.glideapps.com/t/how-to-divide-each-of-the-10-rows-of-data-using-a-webhook-and-send-it-to-a-zapier/73314/2 "2024-05-13T14:37:38Z")

</div>

I don’t know enough about how Zapier handles JSON arrays, but how about constructing a JSON array in Glide, then pass it to the Zapier webhook and figure out the rest over there?
