Difference between revisions of "Control flow: Iterate Dictionary/Array"
(Created page with "<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;"> This action is a specialized type of loop that can be used to iterate over all ele...") |
(No difference)
|
Latest revision as of 22:01, 12 February 2024
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]