airtable.py icon indicating copy to clipboard operation
airtable.py copied to clipboard

Support for typecast

Open titoc opened this issue 2 years ago • 1 comments

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.

titoc avatar Jun 17 '22 04:06 titoc

Agree, highly needed!

melaanya avatar Jul 19 '22 10:07 melaanya