Help

Re: Creating new records by Airtable Scripts

396 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Jacob_Young
5 - Automation Enthusiast
5 - Automation Enthusiast

I couldn’t find much documentation for createRecordAsync for Scripts.

I kept getting an error like "Error: Field “College” cannot accept the provided value.

I passed in "College": "University of Washington", for a Linked Record Field and "Undergrad Graduation": "2021", for a Single Select, both caused errors.

What are the correct ways to pass non-text variables to create records?

1 Reply 1
Raminder_Singh
7 - App Architect
7 - App Architect

Hi @Jacob_Young, take a look at this page for documentation about what to pass into the createRecordAsync method.

Cheers :slightly_smiling_face:
-Raminder