Fields
The fields are spread across three tabs: Condition, Transformers, and Settings.Condition
Transformers
Settings
Sample data
This example uses a simple counter to show the loop in action. The condition keeps running whilecounter is less than 3, and on each pass the Apply operator step adds step (which is 1) to counter. The loop runs three times and then stops once counter reaches 3.
| Field | Value |
|---|---|
| Condition | counter is less than 3 |
| Transformers | Apply operator: add step to counter, store in counter |
| Maximum iterations | 100 |