Snippets Collections
I have gotten full access to the JSON array through the following steps:

1) Catch a raw webhook

2) Send the webhook data to a Code by Zapier step

3) Start with the following code and output the values you want to use.

var obj = {},

data = JSON.parse(inputData.data); //Data will now function like a json object



//Pull out your values

obj.value = data.user_column_data[1].string_value

return obj;
star

Sun Dec 20 2020 19:59:13 GMT+0000 (Coordinated Universal Time) https://community.zapier.com/ask-the-community-3/accessing-nested-json-array-data-in-zapier-webhook-555

#zapier
star

Sat Dec 05 2020 08:03:57 GMT+0000 (Coordinated Universal Time) https://zapier.com/help/create/customize/insert-the-time-your-zap-runs-into-a-field

#zapier

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension