I am trying to pull info from an array from within a webhook response.
The response of the webhook is: (Well, the part that is pertinent.)
Solved! Go to Solution.
Try INDEX([WebHook-Retrieve].[task_result.image_urls],1)
While INDEX([WebHook-Retrieve].[task_result.image_urls], 0) Gives me an error in the formula, INDEX(LIST([WebHook-Retrieve].[task_result.image_urls]), 1) Does not throw a formula error but does not give any results?
Okay, Can only pull as an enum list into a cell and then use another data action to index them across additional cells. I hop this helps someone else.
So all I used in the end is: [WebHook-Retrieve].[task_result.image_urls] to an enum list cell and then Index them across individual cells.
Note that list elements are indexed from 1, not 0. See also: INDEX()
Try INDEX([WebHook-Retrieve].[task_result.image_urls],1)
Touchรฉ, I see my error and thank you.
User | Count |
---|---|
33 | |
11 | |
3 | |
2 | |
2 |