IF
Conditional judgment, consisting of True and False exits


Judgment logic
( A and B and ... ) or ( C and ... ) or ...
Demo

Set a random number to determine if it is within the range, and then output different text messages.

Get random number variable through datasource.
Set judgment logic.
Audit logs
After the job is executed, the actual judgment logic can be viewed in the details.


Judgment type
Type
Operators
Text
contains
not contains
is
is not
starts with
ends with
starts not with
ends not with
Number
greater than
greater than or equal
less than
less than or equal
equal
not equal
Time
earlier than
later than
equal
not equal
Boolean
True
False
Object
exsits
not exsit
is empty
is not empty
Last updated