ankursaini34
Member
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.
{
"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.