Skip to main content

Logic Utilities

Logic Utilities control how workflows make decisions and process conditions. This page explains each logic utility block in detail, including what it does, what it accepts, and what it outputs.

Blocks

Not

The Not block inverts a boolean value.

What does it do?

The Not block takes a true or false input and returns the opposite value.
Input
  • A boolean value (true or false)
  • Output from another block that returns a boolean
Output
  • A boolean value (inverted)

Need help?

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