SWITCH
Conditional judgment, Multiple outputs


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.



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