Skip to content

Do While Loop

FlowControl

Repeats execution while a boolean condition is true, always executes the first iteration atleast once.

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 condition is false.

Data Inputs

Condition

INPUT

The loop condition to evaluate.

Settings

Debug

STRING

Break on node when executing.

Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing