Do While Loop
Repeats execution while a boolean condition is true, always executes the first iteration atleast once.
Pure Function
No
Execute Inputs
Execution
INPUTExecution Input.
Execute Outputs
Loop Body
OUTPUTExecuted for each iteration of the loop.
Loops
Complete
OUTPUTExecuted once after the loop condition is false.
Data Inputs
Condition
INPUTThe loop condition to evaluate.
Settings
Debug
STRINGBreak on node when executing.
Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing