For Each Item

The For Each Item action loops through all items of a JSON array. In each iteration, the appropriate item is marked as a named JSON.

The For Each Item action does not work on global variable.

Properties

The For Each Item action can be configured using the following properties:

Name

Has two options: Auto or Named.

Auto: Gives the item a name that is a number. The first auto-numbered item is 1, the next is 2, and so on.

Named: Gives the item a fixed and explicitly stated name.

See Named Tags, Ranges, and JSON for details.

Keep Existing Named Items

If checked, the existing named items will be kept, otherwise these will be unmarked as named items and only the found item will be a named item after this step.