Table of Contents

While Conditions Are Met Action

This Action repeats a group of Actions while the Conditions in the While criteria are met. As soon as the While Criteria is not met, the Action will exit the loop.

It is one of several Actions that loop through a set of other Actions until some criteria is met.

The While Criteria can be any of these:

The Condition can be any from the Conditions collection. See below for details.

When you insert this Action it appears like this:

How To Setup

Exiting the While Loop

You can break out of the loop, retry this iteration, or skip to the next iteration with the actions:Redirect Control Flow actions.

Example

Conditions

See the Conditions section for further details.

After selecting a condition category you can make further choices. For example, if you choose the Application Condition you can choose a specific application to be running, or at the front, and so on.

Add further conditions by clicking the green + button again.

You can break out of the loop, retry this iteration, or skip to the next iteration with the actions:Redirect Control Flow actions.

See Also

Actions

Conditions