IF
Conditional judgment, consisting of True and False exits
Last updated
Conditional judgment, consisting of True and False exits
Last updated
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.
After the job is executed, the actual judgment logic can be viewed in the details.
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