Hi,
I have a question on the data structure once Zapier gets a hold of something in this image:
you can see that the data returned from the webhook is a perfect array, All I am looking to do, is pull all of the values for a specific “Custom Fields Field ID”.
However, if I add a follow-up task, this is how Zapier structures the data:
...all if the values appear as a single, comma-delimited array. If I use code to find the index position that matches the “Custom Fields Field ID” and return the values for that specific ID, it just gives the one value at the specified index - not all of the values for that ID. I know I am missing something, so can you please tell where I went wrong?
Thank you!