Skip to main content

and

Check if two values are both true

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated over a month ago

Category: Logic

Kind: Operation

Description: Check if two values are both true

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 both values are 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 both of the feeding booleans are True, and False if one or both conditions are False

Did this answer your question?