Working with the Airtable Python Wrapper to batch insert records that have multiple field types, including “select” fields. even when Typecast is enabled, I get the below error:
Unprocessable Entity for url: https://api.airtable.com/v0/appPdjdf8ska/rtt (Decoded URL) [Error: {‘type’: ‘INVALID_MULTIPLE_CHOICE_OPTIONS’, ‘message’: ‘Insufficient permissions to create new select option ““ja””’}]
The code below works when all fields are text fields, so i’m not sure what I need to change?
airtable_conn.batch_insert(data, typecast=True)