Skip to content

For Loop

FlowControl

Executes a loop from first index to last index (inclusive).

Pure Function
No

Execute Inputs

Execution

INPUT

Execution Input.

Execute Outputs

Loop Body

OUTPUT

Executed for each iteration of the loop.

Loops

Complete

OUTPUT

Executed once after the loop finishes.

Data Inputs

First Index

INPUT

The starting index of the loop (inclusive).

Last Index

INPUT

The ending index of the loop (inclusive).

Data Outputs

Index

OUTPUTinteger

The current index value during the loop.

Settings

Debug

STRING

Break on node when executing.

Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing