You are viewing the documentation for Blueriq 14. Documentation for other versions is available in our documentation directory.
GUID
Generates a globally unique identifier which can later be used to uniquely mark and recognize a desired element. The GUIDs are represented as 32 hexadecimal digits, displayed in five groups separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters.
Syntax
GUID()
Return type
String - the generated GUID
Examples
Expression | Result |
---|---|
GUID() | 4a18d6a7-03c1-47f9-b6aa-eae7d746050e |
GUID() | 91d37298-23ec-4bd4-8523-9c7e7745cb9d |
Overview
Content Tools