#then do: action block execution

1 messages · Page 1 of 1 (latest)

tame heart
#

if i have multiple then do action block, are they also bound together by failure like conditions are or are they separate things? or is it only failure withing the option action conditions within them?

#

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?

odd sage
#

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