Skip to main content

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

  • May 2, 2022
  • 1 reply
  • 3 views

Forum|alt.badge.img

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

kuovonne
Forum|alt.badge.img+27
  • Brainy
  • 6001 replies
  • May 2, 2022

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