This action is a specialized type of loop that can be used to iterate over all elements within a dictionary/array.

The current dictionary key/array index can be obtained within the loop using the following magic text strings:
* [iterator_dictionary_key]
* [iterator_array_index]

The current dictionary/array value can be obtained with the following magic text:
* [iterator_value]