---
title: UUID
url: https://www.tines.com/docs/formulas/functions/uuid/
kind: formula-function
---

*[tines.com](https://www.tines.com/llms.txt) › [Docs](https://www.tines.com/docs/llms.txt) › [Formulas](https://www.tines.com/llm/docs/formulas.md) › [Functions](https://www.tines.com/llm/docs/formulas/functions.md)*

# UUID

*[View on tines.com](https://www.tines.com/docs/formulas/functions/uuid/)*

Generates a universally unique identifier (UUID)

**Categories:** Text

## Syntax

```
UUID()
```

## Examples

### Example 1

Formula:

```
UUID()
```

Output:

```json
"17c1c2ac-e1fd-42c5-a5b1-16b117bfe882"
```

## Sample actions

```json
{
  "standardLibVersion": "13",
  "actionRuntimeVersion": "1",
  "agents": [
    {
      "disabled": false,
      "name": "UUID",
      "description": "",
      "options": {
        "mode": "message_only",
        "loop": false,
        "payload": {
          "uuid": "=UUID()"
        }
      },
      "position": {
        "x": 945,
        "y": 1695
      },
      "type": "eventTransformation",
      "timeSavedUnit": "minutes",
      "timeSavedValue": 0,
      "monitorAllEvents": false,
      "monitorFailures": false,
      "monitorNoEventsEmitted": null,
      "form": null
    }
  ],
  "links": [],
  "diagramNotes": []
}
```
