Skip to content

Decision

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

If the condition is true, it follows the “true” path. Otherwise, it follows the “false” path.

FieldTypeDescription
conditionTextJavaScript expression evaluated on data
  • Check if a piece of data is present (data.email)
  • Comparisons (data.amount > 100)
  • Field validations
  • help.es: Evalua una expresion si es verdadera o falsa
  • help.en: Evaluates an expression to see if it is true or false.