# And

**Introduction**

The "And" step evaluates multiple conditions and returns `Yes` if all conditions are true. This step is useful for combining multiple logical checks into a single evaluation.

{% embed url="<https://youtu.be/NTFB-BKCp44?si=qv7JEMV-lg6a36SK>" %}

**Configuration**

* **Conditions**: A list of conditions to evaluate. All conditions in this list must return true for the "And" step to succeed. You can add multiple condition steps to this list.

**Subpaths**

* **Conditions**: Represents the list of conditions to evaluate. You can add individual condition steps here, and the result of this subpath determines whether all conditions pass.

**Outputs**

* **Result**: A boolean value (`Yes` or `No`) indicating whether all conditions evaluated to true.
