Skip to content

Conditional Functionals

Conditional functionals, or “conditionals”, let you put conditional logic inside your workflow — reacting to situations elegantly and making your workflows far more powerful. Conditionals let you check, compare, and evaluate data throughout your workflow and choose alternate branches of functionals to run.

Conditional branch overview on the Build canvas

You can view the available conditionals by searching “conditional” in the canvas quick search, or by browsing the functional tree.

A conditional shares many features with a functional. The main difference: instead of a data output, a conditional outputs a condition (True or False), passed to a functional through its conditional hotspot.

Anatomy of a conditional functional