In the table below, you can find sample values for each custom field type.
Custom Field Type | Value Format | Example |
---|---|---|
TEXT_SINGLE | Plain Text | "Project Alpha" |
TEXT_MULTI | Plain Text | "This is a\nmulti-line description" |
SELECT_SINGLE | CustomFieldOptionId | "option_123456" |
SELECT_MULTI | Comma-separated CustomFieldOptionIds | "option_123456,option_789012" |
LOCATION | Latitude,Longitude | "37.7749,-122.4194" |
CHECKBOX | Boolean-like value | "true" , "1" , "checked" |
COUNTRY | ISO 3166 country code | "US" , "GB" , "JP" |
CURRENCY | Amount with currency code | "USD200" , "200USD" , "KHR4000" |
DATE | ISO 8601 date string(s) | "2023-12-31" or "2023-12-01,2023-12-31" |
PHONE | Plain Text | "+1-555-123-4567" |
EMAIL | Plain Text | "[email protected]" |
STAR_RATING | Plain Text | "4" |
PERCENT | Plain Text | "75" |
URL | Plain Text | "https://example.com" |