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.

Field

Required

Description

Condition

Yes

Condition that must be true to continue loop.

Index

Yes

Specifies the position of current item.

Configuration Example

Last updated

Was this helpful?