> ## 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.

# Choose Value

> Choose between two values using a Boolean condition.

## Inputs

| Input         | Type    | Required | Description                             |
| ------------- | ------- | -------- | --------------------------------------- |
| **If True**   | Any     | No       | Returned when the condition is `true`.  |
| **If False**  | Any     | No       | Returned when the condition is `false`. |
| **Condition** | Boolean | Yes      | Selects which input to return.          |

## Output

| Output     | Type | Description         |
| ---------- | ---- | ------------------- |
| **Result** | Any  | The selected input. |

An unconnected selected input produces no value. Both alternatives may have
different data types, so check what downstream actions accept.
