UUID

The UUID function creates a Universally Unique Identifier (UUID).

A UUID is a unique identifier. No two matching UUIDs will ever be created. Assigning a UUID to an object or message, is one way to uniquely identify it.

Input

Number of Connections: 0

Output

OutputData TypeDescription
Output1StringThe newly created UUID.

Property

NameProperty TypeDescription
SeparatorString

A separator placed within the UUID to make it more readable.

UpperCasechoice Specifies whether English alphabet characters are to be set to upper case or not.

true - English alphabet characters are set to upper case
false - English alphabet characters are set to lower case

Example

PropertyOutput
Input 1noneSeparator-cbf4c7b3-4c39-4e43-b246-a5868aa14922
UpperCasefalse