Help

Typecast does not work when set to True, Airtable Python Wrapper

701 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Luke_Byrne
4 - Data Explorer
4 - Data Explorer

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)
0 Replies 0