The UUID field automatically generates a globally unique 36-character ID for every row, perfect for use with external systems and APIs.
This guide covers what a UUID field is and why it’s used, how to add a UUID field to your table, and the key differences between a UUID and an Autonumber field.
Learn more: Configure field types

A UUID (Universally Unique Identifier) field is an automatic field that generates a unique 36-character string (e.g., a1b2c3d4-e5f6-7890-g1h2-i3j4k5l6m7n8) for every new row.
The two key properties of this field are:
This makes it the perfect choice for a primary field when you need a stable, unique ID for use with APIs, external integrations, or when merging data from different sources.
+ to add a new field.The field will automatically populate for all existing rows and any new rows you create.
While both fields create unique IDs, they serve different purposes:
No. The field is non-editable to guarantee its uniqueness and integrity as a permanent record identifier.
Yes. It is an excellent choice for a primary field, especially if you plan to access your data via the API or from other applications.
Still need help? If you’re looking for something else, please feel free to make recommendations or ask us questions; we’re ready to assist you.