NodesFlow Nodes
Edit Page on GitHubIf Condition
Performs a conditional operation based on a condition
conditionifEasy0

Description
The If Condition node evaluates a condition and directs the flow of execution based on whether the condition is true or false. This allows your agent to make decisions and take different actions depending on the input data or other factors.
Common Use Cases
- Creating branching logic in workflows
- Implementing decision-making based on user input
- Handling different cases based on API responses
- Validating data and taking appropriate actions
Inputs
The input connections this node accepts:
NameDescriptionTypeInput 1First inputAnyInput 2Second inputAnyOutputs
The output connections this node provides:
NameDescriptionTypeTrueThe Flow of the Condition if trueFlowFalseThe Flow of the Condition if falseFlowResultResultBooleanFields
The configurable fields this node provides:
NameDescriptionTypeConditionConditionValue:==Options: == != > < >= <=selectLast updated on