airtable.py
airtable.py copied to clipboard
Support for typecast
As per API documentation typecast
option to be set as true to add new multiple select array of strings. Can this option be added in the client create
method ?
FieldName: Tags
Type: Multiple select
array of strings
Array of selected option names.
When creating or updating records, if a 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.
Agree, highly needed!