Logic

Create OR logic gate using A or B block

Create OR logic gate in Centrldesk

The A or B block is used to evaluate if one of the two input values is true.

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

Example A:

library-logic-or-example-1

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

Example B:

library-logic-or-example-2

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

Result:

Returns true if one input is true or false if both inputs are 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.