Equals (Number)
- 26 Apr 2024
- 1 Minute to read
- Print
- DarkLight
Equals (Number)
- Updated on 26 Apr 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 7.12.0 |
Location | Data > Numbers |
Checks if two numerical values are identical, providing a true or false outcome based on their equality.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Value 1 | Evaluate against Value 2 to see if the two numbers are the same. | Decimal |
Value 2 | Evaluate against Value 1 to see if the two numbers are the same. | Decimal |
Outputs
Outputs will vary based on the outcome selections chosen on the Step Properties.
Property | Description | Data Type |
---|---|---|
path | Represents 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. | --- |
data | Represents 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 |
Was this article helpful?