Generate Unique ID
Generates a random unique identifier and stores it in the specified output variable.
Category: Variables & Data Assignment · Group: General · Activity name: GenerateUniqueId

Example
outputVariable = GenerateUniqueId()
Outputs
| Name | Type | Description |
|---|---|---|
| outputVariable | string | The variable where the generated unique ID will be stored. |