Centrldesk help center

Create AND logic gate in Centrldesk

Written by Sebastian | Apr 1, 2022 7:09:23 AM

The A and B block is used to evaluate if two input values are both true.

If one of the input values is false, false is returned. If both are true, true is returned.

Example A:

The result of the input values A 'true' and input value B 'true' is 'true'.

Example B:

The result of the input values A 'false' and input value B 'true' is 'false'.

Result:

Returns true if both inputs are true or false if one input is false.

Tips and best practices:

-

Library:

Logic