Greater Than Or Equal
Introduction
The "Greater Than or Equal" step checks whether a variable's value is greater than or equal to a specified number and returns Yes
if the condition is met. This step is useful for comparing numerical values.
Configuration
Variable: The numeric variable to be compared. Supported types include numbers and integers.
Value: The number to compare against the variable.
Outputs
Result: A boolean value (
Yes
orNo
) indicating whether the variable is greater than or equal to the specified value.
Last updated