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

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?

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?

1 Like