How to skip steps in button's actiontab based on a condition
Hi All,
Onclick of a button I need to run an activity for validation. If the validation fails (ie if the steppage has message) I need to skip the remaining actions in the action tab.
'ValidateExample' is the name of the activity in which I am calling the validate rule and if the validation fails I need to skip the execution of local action 'ExampleFlow'
How to do this ?
***Updated by moderator: Lochan to add Categories***