Does Not Equal
Introduction
The "Does Not Equal" step compares a variable to a specified value and returns Yes
if they are not equal. This step is useful for validating whether a variable does not match a specific 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 does not equal the specified value.
Last updated