How to user Pabbly Iterator in this case?

Status: Closed · Asked by ankursaini34 on · 0 views

ankursaini34 — Question ·

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.

Fagun Shah — Reply ·

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.

Fagun Shah
- Automation Freelancer
- Let's Connect - https://www.facebook.com/fagun.shah.7/
ankursaini34 — Reply ·
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 :)

Back to all forum threads · Log in to reply