• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

  • Please note that the team will not be available on April 17th, 2024, due to a public holiday in India.

    During this period, support assistance may experience some delays.

How to user Pabbly Iterator in this case?

Status
Not open for further replies.
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.
Screenshot 2022-06-05 at 2.15.37 AM.png


Now i wanted iterate the objects through array by Pabbly iterator but it's not showing up anything as array.
Screenshot 2022-06-05 at 2.18.26 AM.png

The case i saw in the tutorial video of iterator is similar but not receiving data accordingly.
 

Fagun Shah

Well-known member
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.
 
Status
Not open for further replies.
Top