Hey all,
I am relatively new to using the Airtable API, and I might just be confused. I am hoping you all can steer me in the right place.
I am used to using APIs to do things, but the Airtable Scripting Api seems weird to me.
To my understanding, when I GET a record, I am only getting the record object with very little fields. Do I need to call getCellValue on all the fields to actually pull out the data or is there a better way to get the data out?