Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Less Than Number Steps

Prev Next

Step Details

Introduced in Version4.0.0
Last Modified in Version7.12.0
LocationData > Numbers

The Less Than step compares Value 1 and Value 2 and evaluates whether Value 1 is less than Value 2.

The Less Than or Equal To step compares Value 1 and Value 2. The step follows the configured outcome selections based on whether Value 1 is less than or equal to Value 2.

The Less Than in Percents step calculates (Value 1 / Value 2) × 100 and compares that percentage to Percent. The step follows the configured outcome selections based on whether the calculated rate is less than Percent.


Properties

Inputs

PropertyDescriptionData Type
Value 1The number to check if it is less than Value2.Decimal
Value 2The number to check against Value 1.
Decimal
PercentPercent number to compare against while using the Less Than in Percents step.Decimal

Outputs

Outputs will vary based on the outcome selections chosen on the Step Properties.

PropertyDescriptionData Type
pathRepresents the outcome path for subsequent actions based on the comparison result, indicating whether Value 1 and Value 2 are identical (true) or not (false).

**This output is accessible when the 'Expose Step as a Rule' setting is enabled, which is the default configuration.
---
dataRepresents the result of the comparison between Value 1 and Value 2.

**This output is accessible when the 'Expose Step as a Rule' setting is disabled.
Boolean