IF

Conditional judgment, consisting of True and False exits

UI
Config Form

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.

  1. Get random number variable through datasource.

  2. 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