Content Freeze
As of July 25th, 2023, there is a content freeze on this page.
This action allows you to define a more advanced loop.
Enter work variable name
Select or enter a work variable name. If the name is new, it will be tracked so you can select it in subsequent steps.
Enter boolean expression
This condition is checked before every iteration of the loop and determines whether the loop should continue running. If nothing is provided, the condition will always be considered true.
Choose iteration operator
Defines how the iterator's value will change per iteration of the loop.
Enter work label name
Select or enter a work label name. If the name is new, it will be tracked so you can select it in subsequent steps.
Enter iteration limit
Sets a maximum number of iterations a loop can run, default 1,000,000.