Util Nodes
For Each Node
Behavior: Iterations execute sequentially like JavaScript forEach. If any iteration fails, the entire FOR_EACH stops and flow fails.
Variable Node
Condition Node
Supported Condition Operators:
equals: Check if values are equalnot_equals: Check if values are not equalgreater_than: Check if switch_value > condition value (numbers)less_than: Check if switch_value < condition value (numbers)contains: Check if switch_value contains the condition value (strings/arrays)