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.
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
orNo
) indicating whether all conditions evaluated to true.
Last updated