Stop Processing More Actions

This action halts any further actions in the action list

Updated over a week ago

The Stop processing more actions action stops an action sequence.

Any further actions in the action list will be ignored. This is true if Stop processing more actions is in a loop, and even if the action is called from Call Routine.


Parameters

This action has no parameters to configure.


Example

In the below example, the actions highlighted in red are ignored because they occur after the Stop Processing More Actions action.

In the below example, the Stop processing more actions is embedded in a loop:

In the above action set:

  • The Loop Through Grid will start the first loop (if there are records to loop through).

  • It will perform the Show Message action as part of the loop. 

  • Then the Stop Processing More Actions action comes up and the action list stops. 

  • The loop itself and the final Show Message are ignored.

Although this is useful in a normal action set, this is also helpful when trying to debug or test a long action sequence. 

Did this answer your question?