Skip to main content

While Loop

The While loop repeatedly executes a group of activities as long as a specified condition remains false. This condition can be dynamic and utilize the output of activities within the group.

>Usage: Suitable for scenarios where the number of iterations is not known in advance and the continuation condition is evaluated at the start of each iteration.

Configuration Options

Condition Field: Set the condition that controls the loop execution.

FieldRequiredDescription
ConditionYesCondition that must be true to continue loop.
IndexYesSpecifies the position of current item.

Configuration Example

.png)