Help

`Typecast: true` in the createRecordAsync() script function

Topic Labels: Scripting extentions
1077 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Chekanov
5 - Automation Enthusiast
5 - Automation Enthusiast

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.

1 Reply 1

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.