Skip to main content
RELAI home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Flow nodes
If
Essentials
Nodes reference
Credentials reference
Nodes documentation
Introduction
Agent nodes
Agent
Memory
LLM
Structured Output
Tool nodes
Evaluator nodes
Annotation Evaluator
Code Evaluator
LLM Evaluator
Flow nodes
If
Merge
No Operation
Post Run
Mocker nodes
Persona
Trigger nodes
Benchmark Trigger
Chat Trigger
RELAI Chat Trigger
Run Trigger
Schedule Trigger
Webhook Trigger
Utility nodes
Run Code
Slack Post Message
Create File
Read File
Google nodes
Variable nodes
Zoom nodes
On this page
Parameters
Inputs
Outputs
Flow nodes
If
Copy page
Routes input to the true or false output based on a condition.
Copy page
Base Node
Parameters
Condition
boolean
required
Condition that determines which output emits the input. If true, the input is emitted on the
True
output; otherwise, it is emitted on the
False
output. This can also be an expression that evaluates to a boolean.
Inputs
Input
any
Input value to route.
Outputs
True
any
Emitted when the condition is true.
False
any
Emitted when the condition is false.
LLM Evaluator
Merge
⌘I