JSON Array Loop
The JSON Array Loop action allows you to loop through the items in a JSON array
NOTE: Loop actions are available in the Enterprise Edition only.
Actions
Add the actions you wish to process for each array item into the Actions list.
* Here are some things to keep in mind:
- You can use the [ARRAYCTR] variable in your actions to know which iteration you are on (1-based)
- You can use the [OBJ:propertyname] variable syntax to get the value of the designated property of the currently-iterated object