Equals
Introduction
The "Equals" step compares a variable to a specified value and returns Yes
if they are equal. This step is useful for validating whether a variable matches an expected value.
Configuration
Variable: The variable to be compared. This parameter must be of a type that supports equality checks.
Value: The value to compare against the selected variable.
Outputs
Result: A boolean value (
Yes
orNo
) indicating whether the variable equals the specified value.
Last updated