Skip to main content

Hi! Is it possible to create new options for single-select or multiple-select fields while creating a record with a script? API allows using the typecast:true parameter. Is it possible to do the same in the scripting application’s createRecordAsync() function? Thank you in advance.

Welcome to the Airtable community!



Scripting app can create new options for a single-select or multiple-select field. However, you must explicitly create the option in a separately from creating the record. The details are in the documentation.



Automation scripts cannot create new single-select or multiple-select options.


Reply