Blocks

Condition

Add a condition

Add a condition to the workflow to branch the execution path based on a boolean expression.

Back to Catalog
Core Blockscondition

Block Preview

Condition

Add a condition

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Configure any required credentials or tokens in the inputs.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the condition block with monitoring enabled in production.

Inputs (UI)

conditions

condition-input

Layout: full

Inputs (API)

This block does not expose API parameters.

Outputs

Primary response type:

{
  "content": "string",
  "conditionResult": "boolean",
  "selectedPath": "json",
  "selectedConditionId": "string"
}
Condition | NowFlow Blocks