Exit Block
Last updated
Was this helpful?
Last updated
Was this helpful?
The Exit Block action node can be put inside a Block to end the execution of that block. If this action node is placed outside of a black, it will end the execution of the entire action. Note that this action node will not exit If, Foreach or While blocks.
In the example below, three If-blocks are placed inside a Sequential block. If any of them are evaluated to True, the Count
variable will be logged to the browser console and then end the execution of the block. The Exit Block below the block will then cause the action to end so that the Update object node at the bottom is never executed.