Greater Than
Introduction
The "Greater Than" step checks whether a variable's value is greater than 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 the specified value.
Last updated