Select
Select fields allow users to choose one or more options from a predefined set. They can be configured to reference either list options or content types.
Single Select
A single select field allows the user to choose one option only.
It returns the identifier (ID) of the selected list option or content item.
Multi Select
A multi select field allows the user to choose multiple options.
It returns a comma-separated string (CSV) of identifiers corresponding to the selected list options or content items.
Notes
- Returned values are always IDs, not display labels.
- The source of the IDs depends on whether the field is linked to a list or a content type.
- Multi select values should be split by commas when individual IDs are required.