• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

  • Due to Holi celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed.

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
 
P

Pabblymember11

Guest
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