Centrldesk help center

Create OR logic gate in Centrldesk

Written by Sebastian | Apr 1, 2022 7:16:12 AM

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:

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

Example B:

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