This article outlines the supported user interface data types, their system-enforced restrictions, and important behavioral notes to consider when designing objects, fields, and forms in the Data workspace.
Understanding these limitations helps admins design scalable data models, avoid validation issues, and ensure compatibility across forms, automations, and integrations.
Data Type Limitations
| UI Data Type | Restrictions | Comments |
| System Email | Max 2,048 characters | Used exclusively for system users. Includes email format validation. |
| Primary Email | Max 2,048 characters | Used for communications. Includes email format validation. |
| Email – List | Max 2,048 characters per item | Email-type list. Supports Email (Dropdown) and Email (String). Email format validation applied. |
| URL | Max 2,048 characters | Limited by browser constraints. |
| URL – List | Max 2,048 characters per item | No limit on the number of items. Limited by browser constraints. |
| Phone | Phone format validation | Supports Phone Type (Dropdown), Phone (String), and Extension (String). |
| Phone – List | Phone format validation | No limit on the number of items. |
| Text | Max 2,048 characters | Single-line text field. |
| Text – List | Max 2,048 characters per item | No limit on the number of items. |
| Text (Large) | Max 20,480 characters | Intended for long-form content. |
| Address | Component-based | Includes configurable subcomponents: Address Type (optional), Street Address, Address Line 2, Zip Code (with format validation), City (searchable single-select), County (linked to City), State (full name or acronym), Country (searchable single-select). Visibility of subcomponents is customizable. |
| Decimal | Up to 24 total digits | Supports up to 8 decimal places. |
| Integer (Int) | Up to 24 total digits | Whole numbers only. |
| Percentage | Up to 8 decimal places | Stored as a numeric value. |
| Currency | Up to 24 total digits | Supports up to 4 decimal places. |
| Date | Limited by date format | Subject to system date formatting rules. |
| Deadline | Limited by date format | Includes two dates: Due Date and Done Date. |
| Period | Limited by date format | Includes Start Date and End Date. |
| Yes / No | Boolean only | True / False values. |
| Dropdown | Max 50 characters per item | Supports categories and subcategories. |
| Multiselect | Max 50 characters per item | Supports categories and subcategories. |
| Radio Button | Max 50 characters per item | Supports categories and subcategories. |
| Relationship Field / List | Object-based | Used for linking records (e.g., Person Link, Project Link). |
Notes and Best Practices
- Character limits apply per value, not per field, unless otherwise stated.
- List-type fields generally have no limit on item count, but each item is individually validated.
- Validation rules (email, phone, zip code) are enforced at the user interface and data layer.
- Address fields are highly configurable, but linked dependencies (City → County) are always preserved.
- Calculated fields inherit the same limitations as their resulting data type once enabled.
Comments
0 comments
Please sign in to leave a comment.