Exit Loop

The Exit Loop action An instruction within a botflow. ends a Loop action in a botflow Automated steps that you can design for each bot that will run.. The Exit Loop action moves botflow execution to the End Loop action, skipping all actions between the Exit Loop action and End Loop action, then exiting the loop.

Using the Exit Loop action, you can:

Some examples of using the Exit Loop action are:

  • Stop a Get Value action when it has completed coping all values in all rows in a list.
  • Stop a Send Value action when it has pasted all values in all rows in a list to an online form.
  • Stop a Create List action that has created the lists needed in a botflow.

Add an Exit Loop action to a botflow

This example provides the steps necessary to add an Exit Loop action to a botflow.

To add an Exit Loop action to a botflow:

  1. On the Actions list, click Loops and t select Exit Loop from the Loops list.
  2. The Exit Loop Action Builder window displays.

    There are no settings for the Exit Loop action.

  1. If needed, adjust the Run Switch setting to create the action without running it.
  1. Optionally, add an action note.
  2. Click OK to add the Exit Loop action to the botflow.