Loop (container)
A container that repeats the commands placed inside it. Pick how it iterates: a fixed count, each item of a list, a while-condition, or continuously until Exit Loop.
LoopLoopContainer
What it does
A container that repeats the commands placed inside it. Pick how it iterates: a fixed count, each item of a list, a while-condition, or continuously until Exit Loop.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| Loop type | dropdownN times · For each · While · Continuous | Required | N times | |
| Iterations (N times) | number | Optional | 3 | How many times to repeat. Example: 5 Supports variables |
| Index variable | variable | Optional | Loop.Current | 1-based iteration number. |
| List variable | variable | Optional | The list to iterate over. Example: myList | |
| Current item variable | variable | Optional | Loop.CurrentItem | Receives the current item each iteration. |
| Condition: first value | string | Optional | Loop continues while this holds. Example: {{{count}}} Supports variables | |
| Condition | dropdownis equal to · is not equal to · is greater than · is less than · is greater than or equal to · is less than or equal to · contains · does not contain · is empty · is not empty | Optional | is less than | |
| Condition: second value | string | Optional | Example: 10 Supports variables |
Ready to automate your busywork?
Start your free 10-day trial today. No credit card, no commitment.