#then do: action block execution
1 messages · Page 1 of 1 (latest)
if any condition in option 1 fails, its action isnt executed. does that cancel the processing of option 2 and 3? if thats the case does that stop the procesing of the "choose between 2 actions" block?
Within a choose block, the first condition to pass runs, so if option 1 fails, it will check option 2, and if that fails it will check option 3, and if that fails it will run the default, if any
All top level actions are run, so the 2nd choose block is entirely unaffected by which, if any, of the firsts options runs