For Each (Map)
Loops over elements in a map.
Pure Function
No
Execute Inputs
Execution
INPUTExecution Input.
Execute Outputs
Loop Body
OUTPUTExecuted for each element in the collection.
Loops
Complete
OUTPUTExecuted once after all items are processed.
Data Inputs
Values
INPUTMap to iterate over.
Data Outputs
Key
OUTPUTstring
Current key or index.
Value
OUTPUTany
Current value.
Settings
Debug
STRINGBreak on node when executing.
Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing