Use Cases
| Scenario | Good for |
|---|---|
| Ticket numbers | Generate short IDs for issues, feedback, or support requests |
| Order and contract sequences | Create internal sequence numbers for orders, contracts, or applications |
| Member or candidate IDs | Assign base IDs to members, candidates, or employees |
| Conversation references | Refer to records with numbers such as #45 in messages or comments |
Create and Configure
Choose the field type
Click the
+ icon on the right side of the table header, then choose Auto Number from the field type list.Field Behavior
- Auto-incrementing: Each new record receives the next number in the sequence.
- Read-only: Auto numbers are record metadata. Users cannot edit specific values by hand.
- Stable across views: After a number is generated, it stays with the record. Sorting, filtering, and switching views do not change it.
Notes
- Auto numbers only move forward. If record
3is deleted, Teable does not reuse that number. The next new record continues with a later number. Gaps can appear in the sequence so references to historical records stay stable.

