Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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.

  • No labels