Logic

Create AND logic gate using A and B block

Create AND logic gate in Centrldesk

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:

library-logic-and-example-1

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

Example B:

library-logic-and-example-2

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

Similar posts

Subscribe to our newsletter

Stay up to date on upcoming news and topics of creating web apps without code.