• 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

JSON and iterator module

Status
Not open for further replies.
When I attempt to build this array (from a Pabbly YouTube video) for testing I get an error. Does anyone know what is wrong with my code?

1640327999039.png
 

Supreme

Well-known member
Staff member
Hey @troycoker08

We try the same data at our end and it works fine. Kindly try typing the data manually on the editor.

2021-12-22.png


[
{
"id": 42,
"name": "Nike Shoes",
"product_id": 270,
"variation_id": 0,
"quantity": 1,
"sub_total": "400:00",
"total": "400.00"
},
{
"id": 43,
"name": "Nike Shoes 2",
"product_id": 272,
"variation_id": 0,
"quantity": 1,
"sub_total": "1500:00",
"total": "1500.00"
}
]
 
Status
Not open for further replies.
Top