Lowdefy
v3.17.2/Operators/_uuid/

_uuid

Environment: Server Only
(void): string

The _uuid operator creates a version 4 UUID. A UUID is a random identifier that is, for all practical purposes, unique. It looks like:

123e4567-e89b-12d3-a456-426614174000

Arguments

The _uuid operator does not take any arguments.

Examples

Generate a uuid:
_uuid: null

Returns: A version 4 UUID.