SWITCH

Conditional judgment, Multiple outputs

UI
Config Form

Judgment logic

1 ( A and B and ... ) or ( C and ... ) or ...
or
2 ( A and B and ... ) or ( C and ... ) or ...
or
3 ...

Demo

Set up a random array and count the number, display different message texts based on judgment logic.

Condition 1
Condition 2
Condition 3

Each condition corresponds to a branch.

Audit logs

After the job is executed, the actual judgment logic can be viewed in the details.

Judgment type

Same like IF.

Last updated