Command Type
Command Type ID: 1303Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| key | string | Where to store the UUID. Possible values: "data", "children", "local_variables" | Yes |
| output_parameter_name | string | The name of the parameter to store the UUID | Yes |
Usage Examples
Generate a UUID into Data
Generate a UUID as a Local Variable
Common Use Cases
- Request IDs: Generate unique identifiers for HTTP request correlation
- Session IDs: Create unique session tokens for browser scrapers
- Deduplication Keys: Generate keys for deduplication in sink commands
Related Commands
- Numeric Sequence Generation - Generate number sequences
- Date Generation - Generate dates