Skip to main content

ID

Overview

The ID component generates a unique identifier for each record automatically. Users cannot edit this field — it is populated when the record is created.

UUID vs incremental

TypeDescriptionExample
UUIDUniversally unique random identifier (36 characters)a1b2c3d4-e5f6-7890-abcd-ef1234567890
IncrementalAuto-incrementing number, optionally with a prefixORD-1, ORD-2, ORD-3

Configuration

SettingDescription
ID typeUUID or Incremental
PrefixText prepended to incremental IDs (e.g., "ORD-", "INV-", "TKT-")
PlaceholderDisplay text before a value is generated

The incremental counter tracks the last used number internally and increments with each new record.

In all views, the ID field displays as read-only text. It is commonly used as the value column in Linked Select components and as a reference in workflows and integrations.