Skip to content

Decision

This node evaluates a logical expression on the incoming data and routes the flow based on the result.

If the condition evaluates to true, the flow follows the “true” path; otherwise, it follows the “false” path.

FieldTypeDescription
conditionTextJavaScript expression evaluated against data
  • Check if a value is present (data.email)
  • Compare numeric values (data.amount > 100)
  • Validate required fields