Skip to main content

I am sorry for my poor English.


I want to write a script and get the information on a specific table.


Using the EXAMPLE code of Loading records,

I can only get an ID and a name.


The records I want are the information I brought from other records.


Is there a way to get all the information?

Welcome to the Airtable community!


You need to use record.getCellValue("field name")


Reply