Skip to main content

Break

The "Break" node allows you to exit a "For Each" loop prematurely. After executing the "Break" node, the flow continues from the bottom port of the inner "For Each" loop.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.