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

ParameterTypeRequiredDefaultDescription
Loop typedropdown
N times · For each · While · Continuous
RequiredN times
Iterations (N times)number
Optional3How many times to repeat.
Example: 5
Supports variables
Index variablevariable
OptionalLoop.Current1-based iteration number.
List variablevariable
OptionalThe list to iterate over.
Example: myList
Current item variablevariable
OptionalLoop.CurrentItemReceives the current item each iteration.
Condition: first valuestring
OptionalLoop continues while this holds.
Example: {{{count}}}
Supports variables
Conditiondropdown
is 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
Optionalis less than
Condition: second valuestring
Optional
Example: 10
Supports variables

Ready to automate your busywork?

Start your free 10-day trial today. No credit card, no commitment.