Using Loop action

Use the Loop action to repeatedly run a sequence of actions for a specific number of times or until a condition is met.

Procedure

To repeatedly run a sequence of actions, do the following:

  1. Double-click or drag the Loop action from the Actions palette.
  2. Set the desired conditions for the loop.
    Option Action
    Select the Iterator option to repeat the sequence of actions for a specific number of times. Select an option from the Iterator list to specify how many times the sequence of actions is to be repeated.

    See Loop package for the list of available options.

    Select the While option to repeat the sequence of actions until a condition is met.
    1. Select an option from the Condition list to specify the condition.
    2. Select the Check the condition at the end of the iteration to validate the condition at the end of each iteration. This option enables you to ensure that the set of actions run at least one time, even if the condition is not met.
  3. Double-click or drag the actions to be repeated within the Loop.
  4. Optional: Double-click or drag the Continue action from the Loop package to skip the current iteration and continue with the next iteration of the loop.
  5. Click Save.