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: 0Output
Output | Data Type | Description |
Output1 | String | The newly created UUID. |
Property
Name | Property Type | Description |
Separator | String |
A separator placed within the UUID to make it more readable.
|
UpperCase | choice |
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
| Property | Output |
Input 1 | none | Separator | - | cbf4c7b3-4c39-4e43-b246-a5868aa14922 |
UpperCase | false |