Apr 23, 2018 05:19 PM
I have a “Single Select” field whereby its options are updated through the API. Is this possible?
Apr 24, 2018 10:24 AM
Unfortunately no. To do what you want, you could create another table that has the options, then use a ‘Link to Other Table’ type for your column. Then you could dynamically add to the table that is being referenced.
Mar 11, 2019 07:43 AM
But there are a set of features that only work with ‘single select’ such as coloring a timeline view.
Dec 23, 2020 08:17 AM
When creating or updating records, if the choice string does not exactly match an existing option, the request will fail with an INVALID_MULTIPLE_CHOICE_OPTIONS
error unless the typecast
parameter is enabled. If typecast
is enabled, a new choice will be created if one does not exactly match.