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

# Is UUID?

> Check whether text is a valid UUID.

The **Is UUID?** action validates a string as a UUID and returns a boolean.

## Inputs

| Input    | Type   | Required | Description         |
| -------- | ------ | -------- | ------------------- |
| **Text** | String | Yes      | The value to check. |

## Outputs

| Output     | Type    | Description                                              |
| ---------- | ------- | -------------------------------------------------------- |
| **Result** | Boolean | `true` when the text is a valid UUID; otherwise `false`. |

The validator accepts standard UUID text such as
`3f2504e0-4f89-41d3-9a0c-0305e82c3301`. It is not limited to UUID v4.
