Docs
NodesFlow Nodes
Edit Page on GitHub

If Condition

Performs a conditional operation based on a condition

conditionifEasy0
If Condition
Node Screenshot

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 inputAny

Outputs

The output connections this node provides:

NameDescriptionTypeTrueThe Flow of the Condition if trueFlowFalseThe Flow of the Condition if falseFlowResultResultBoolean

Fields

The configurable fields this node provides:

NameDescriptionTypeConditionConditionValue: ==Options: == != > < >= <=select

Last updated on