I want to add a new element to my multiselect field. For example, multiselect field is teams and it already has team A, team B, etc. but 'team C' is never inserted. It's a new value for the field.
I am doing this: (in python)
Error:
airtable.airtable.AirtableError: Insufficient permissions to create new select option ""team C""
I'm using admin account. How do I proceed?