IF evaluation

Basic logical component to output a value depending on defined logic

Condition

Each data type offers a set of conditions that you can test against.

Static evaluation

When you choose a data type to perform if logic against, you can define a static value to evaluate it against. ex. input a number of 5, define a static value of less than 10, and the component will output true.

Dynamic evaluation

Rather than defining a static value to test against, you may select to Use dynamic input to compare under the component options. Enabling this will add an input which allows you to pass in the value you want to compare against

You must pass the dynamic value to compare against before, or at the same time as the value you're going to compare

Supported data type

  • Text

  • Status

  • Date (pre-defined or current)

  • Location (current location)

Last updated