Skip to content

Node Types - Flow Control

3.3.5. Flow Control

Description

The Flow Control group provides nodes for routing and organizing workflow logic, such as conditional branching, filtering, iteration, and result merging.

Nodes

  • Branch: Routes execution based on conditions (boolean expressions).
  • Filter: Filters array items using conditions.
  • Loop through items: Iterates through items, supporting batch processing.
  • Merge: Combines multiple inputs into a single output.