Hi
I have several actions with BeforeAction script associated to them now is there a way to exit\stop running action from the BeforeAction script section and move to the next action ?
( I don’t want to use the Execute Condition )
Hi
I have several actions with BeforeAction script associated to them now is there a way to exit\stop running action from the BeforeAction script section and move to the next action ?
( I don’t want to use the Execute Condition )
Hi EF,
Simple set the SkipAction variable that is passed into the BeforeAction. If this is false once your before action is finished, then the action will be skipped.