Skip to main content

or

Check if at least one of two values is true

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated over 2 weeks ago

Inputs

Name

Abbreviation

Type

Access

Description

A

A

Boolean

Item

The first value

B

B

Boolean

Item

The second value

Outputs

Name

Abbreviation

Type

Access

Description

Result

R

Boolean

Item

Whether at least one value is true

How to:

  1. Feed in a Boolean into input A

    Set the value by feeding in a boolean output from another node, like equals or greater than, or by using the Input Parameter with Boolean type

  2. Feed in a different boolean to input B

    Set the value by feeding in a boolean output from another node, like equals or greater than, or by using the Input Parameter with Boolean type

  3. The result is True if at least one of the feeding booleans is True, and False if both conditions are False

Did this answer your question?