UUID Generator
Generate cryptographically random UUID v4 or sortable ULID identifiers in the display format you need.
Reads: count from input "count" · format is fixed
count (optional)NumberHow many to generate, 1 to 100. Defaults to 1. Example: 3
format (optional)Text (String)"uuid" (default) for UUID v4, or "ulid". Example: uuid
display_format (optional)Text (String)How to write them: "default", "no-dashes", "braces" or "urn". Example: default
Left out. The capability will use its own default.
What this step gives back
{
"values": [
"b7f9c1d2-3e4a-4b5c-8d6e-7f8091a2b3c4"
],
"format": "uuid"
}A later step reading this one can take the whole object, or a path into it such as values.