Skip to content

Conditional Functionals

What are Conditionals?

Conditional functionals, or "conditionals", are functionals that allow you to put some conditional logic inside your workflow. Conditionals provide the means to react to various situations elegantly and make your workflows far more powerful.

Conditionals allow you to check, compare, and evaluate data throughout your workflow and choose alternate branches of functionals to run.

Conditionals

You can view the available conditionals by searching for "conditional" in the quick search or navigating to the conditional folder under the "x²" icon (functional tree).

Anatomy of a Conditional

The conditional shares many similar features as a functional. The main difference is that instead of having data output(s) a conditional will output a condition (True or False) which will be passed to a functional through it's conditional hotspot.