> ## Documentation Index
> Fetch the complete documentation index at: https://learn.workflow.dog/llms.txt
> Use this file to discover all available pages before exploring further.

# Route Value

> Send a value to one of two outputs based on a condition.

## Inputs

| Input         | Type    | Required | Description                |
| ------------- | ------- | -------- | -------------------------- |
| **Value**     | Any     | Yes      | The value to route.        |
| **Condition** | Boolean | Yes      | Selects the active output. |

## Outputs

| Output       | Type | Description                                     |
| ------------ | ---- | ----------------------------------------------- |
| **If True**  | Any  | Receives the value when the condition is true.  |
| **If False** | Any  | Receives the value when the condition is false. |

Only the selected output is produced during a run. Use **Choose Value** for
the inverse pattern: two possible inputs feeding one output.
