For each key in map
This will run all inner actions for every key in the given map.
note
Inside the loop, you can use the last action's output to store the current key if needed.
note
You can use the keys of an inner map by using '.' to separate the map(s). For example, to loop through keys in the map 'Player' inside the parent map 'Data' you would set the Map name to 'Data.Player'.
Parameters
- Map name (text)