Array with Square Brackets

Hey guys,

Hope you well!

This is the array I am getting from Jotform - [{“Input Quantity”:“12”,“Dropdown”:“Restock”,“Select Stock”:“Yeastar Series P560”},{“Input Quantity”:“11”,“Dropdown”:“Return”,“Select Stock”:“2 FXS Ports”}]

I need to be able to iterate through this…

Ideally it should look like this :

First Iteration :

[{“Input Quantity”:“12”,“Dropdown”:“Restock”,“Select Stock”:“Yeastar Series P560”},

Secound Iteration :

{“Input Quantity”:“11”,“Dropdown”:“Return”,“Select Stock”:“2 FXS Ports”}]

Currently its picking up 5 commas and only iterating once

Will appreciate any feedback!

Regards,
Mitchell Francis

Hey @mitchellfrancis290

Use Parse JSON Module

Then Iterate the value that you want.

Thanks

3 Likes

Hey thanks man! Works beautifully, appreciate it!

2 Likes