Using this action, you can compare two numbers.
Description of the parameters:
Target Number:
The variable that you want to compare its value with another number. You can use the % sign to select the variable that you want
Conditions Can be one of the following:
- Equal To (=)
- Smaller Than (<)
- Greater Than (>)
- Equal to and Smaller Than (< =)
- Equal to and Greater Than (> =)
The number to which you want to compare
You can use the % sign to select the variable that you want.