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?
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?