Skip to main content

UUID Component

Generate UUIDs and GUIDs

Component key: uuid · Changelog ↓

Description

Generate randomized UUIDs. This is useful for when you need to generate a unique identifier.

This component uses the uuid library and generates version 4 UUIDs.

Actions

Generate UUID

Generate a version 4 UUID / GUID | key: generateUUID

InputNotesExample
Lower / Upper Case UUIDlower
Remove dashes?false
Example Payload for Generate UUID
Loading…

Nil/Empty UUID

Return the nil / empty UUID (00000000-0000-0000-0000-000000000000) | key: emptyUUID

Example Payload for Nil/Empty UUID
Loading…