How to user Pabbly Iterator in this case?
Status: Closed · Asked by ankursaini34 on · 0 views
I am sending this json data into header of pabbly webhook.
{
"event_name": "Chat Initiated",
"props": [
{
"key": "phone",
"value":"8xxxxxxxx891"
},
{
"key": "name",
"value": "abcdef"
}
],
"sendToFb": true
}
But instead of receving data in array format i am recieving in fields like this.
Now i wanted iterate the objects through array by Pabbly iterator but it's not showing up anything as array.
The case i saw in the tutorial video of iterator is similar but not receiving data accordingly.
Turn of the simple respons eans rec-capture the data for that step. It will capture it in array format.
Then you will be able to select that array in iterator.
Turn of the simple respons eans rec-capture the data for that step. It will capture it in array format.Then you will be able to select that array in iterator.
Thanks. It really helped :)