Skip to main content

Utility Conditions

Utility Conditions evaluate data and return a true or false result.
They are used to compare values, check ranges, and process logical outcomes within workflows.
Each condition can be used to control workflow logic, allowing actions to trigger only when certain criteria are met.

Blocks

Is Equal

The Is Equal block checks whether two values are equal.

What does it do?

This block compares two values and returns true if they match, false if they do not.
Input
  • Value1 - The first value to compare.
  • Value2 - The second value to compare.
Output
  • Boolean - True if both values are equal, false if not.

Need help?

Still have questions? Join our Discord server for support.
Last modified on July 4, 2026