I have a string of actions that add variables and change content and so forth. If a certain condition is met, I Display a error message. I then want to stop further actions within the group from processing if those conditions are met. As an example:Sample Action GroupAction 1 - modify variableAction 2 - change contentsAction 3 - If certain conditions are met, stop running "Sample Action Group"Action 4 - actionAction 5 - actionIf the conditions were met in Action 3, then action 4 and action 5 would not be run.I suppose Ben's suggestion would work to create multiple action groups and then have one action to determine which group to run.