The Check Variable action compares a variable to a value and runs actions if the comparison succeeds.
Variable
The variable to check
Value
The value to check the variable against. Note that this field may also be a variable.
Method
The comparison method to use. Options are:
- Equal - Check if the two values are equal
- Not Equal - Check if the two values are different
- Greater Than - Check if Variable > Value
- Less Than - Check if Variable < Value
- Greater Than or Equal To - Check if Variable ≥ Value
- Less Than or Equal To - Check if the Variable ≤ Value
Action to run on match
The actions to run if the check is successful.
Action to run if no match
Actions to be executed if the check fails.