Skip to content

For Each (List)

FlowControl

Loops over elements in a list.

Pure Function
No

Execute Inputs

Execution

INPUT

Execution Input.

Execute Outputs

Loop Body

OUTPUT

Executed for each element in the collection.

Loops

Complete

OUTPUT

Executed once after all items are processed.

Data Inputs

Values

INPUT

List to iterate over.

Data Outputs

Index

OUTPUTstring

Current index.

Value

OUTPUTany

Current value.

Settings

Flatten Arrays

BOOLEAN

If true, flattens any nested arrays or collections before iteration.

Default: true

Debug

STRING

Break on node when executing.

Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing