BlocksCompare & Conditions
Boolean Compare
Branch your flow based on True/False values.
Boolean Compare Block
The Boolean Compare Block is a straightforward conditional node that checks if a value is strictly true or false (or truthy/falsy depending on the configuration).
Configuration
| Field | Required | Description |
|---|---|---|
| Input Value | ✅ | The variable or boolean to evaluate. |
| Expected Value | ✅ | True or False. |
Paths
- True Path: Executed if the Input Value matches the Expected Value.
- False Path (Else): Executed otherwise.
Error Handling
If a critical error occurs during evaluation, the flow terminates via the error edge.
EXECUTION_ERROR— An error occurred during boolean comparison execution. (Note: This does not populate an Output Variable.)
