For Each Property
The For Each Property action loops through all properties (name/value pairs) of a JSON object. In each iteration, the appropriate property is marked as a named JSON.
The For Each Property action does not work on global variable.
Properties
The For Each Property 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.