Description
Unique-identifier generator with five formats — UUID v4, UUID v7 (time-sortable), NanoID, ULID and short codes — because using the right ID type avoids subtle bugs and slow database indexes.
action_uuid · action · Utility · Available · v1.0.0
Unique-identifier generator with five formats — UUID v4, UUID v7 (time-sortable), NanoID, ULID and short codes — because using the right ID type avoids subtle bugs and slow database indexes.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
versionFormato ID | enumv4v7ulidshortnanoid | yes | v4 | v4 = random standard · v7 = ordinabile (ottimo per PK DB) · ulid/nanoid = compatti URL-safe · short = slug breve. |
countQuanti ID | number | no | 1 | Da 1 a 10.000. >1 → output { ids: [...] }. |
uppercaseMaiuscolo | boolean | no | — | ID in MAIUSCOLO invece di minuscolo. |
JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.
{
"id": "node-action_uuid-1",
"defId": "action_uuid",
"label": "Generate ID",
"config": {
"version": "v4",
"count": 1
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes