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

# Or

> Return true when at least one input is true.

| Input      | Type               | Required | Description         |
| ---------- | ------------------ | -------- | ------------------- |
| **Values** | Repeatable Boolean | No       | Values to evaluate. |

| Output     | Type    | Description                               |
| ---------- | ------- | ----------------------------------------- |
| **Result** | Boolean | `true` when any supplied value is `true`. |

If there are no values, the result is `false`.
