Generate ID

action_uuid · action · Utility · Available · v1.0.0

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.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
version
Formato ID
enum
v4v7ulidshortnanoid
yesv4v4 = random standard · v7 = ordinabile (ottimo per PK DB) · ulid/nanoid = compatti URL-safe · short = slug breve.
count
Quanti ID
numberno1Da 1 a 10.000. >1 → output { ids: [...] }.
uppercase
Maiuscolo
booleannoID in MAIUSCOLO invece di minuscolo.

💡 Configuration example

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
  }
}

🔗 Related nodes in the same category

Ready to use Generate ID?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes