Boolean List Logical Operation
Function
This Step performs logical operations on the input Boolean (True/False) lists according to the specified logical operator.
Usage Scenario
This Step is a general logical operation Step with no fixed usage scenarios. It is usually used after Steps related to judgment and validation. The operation result can be viewed through Accept All.
Parameter Description
- Logical Operator
-
Description: This parameter is used to select the logical operator.
Value list:
-
And: The output is true only when all input values are true.
-
Or: The output is true when at least one input value is true.
-
Xor: The output is true when the two input values are different; the output is false when the two input values are the same.
-
Not: Performs logical negation on a single input value. If the input is true, the output is false; if the input is false, the output is true.
Default value: And
-
- Port Count
-
Description: This parameter is used to set the number of input Boolean lists.
Default value: 2