Hi there, I’m a newbie on airtable… and in the first script I write I encountered a problem and maybe somebody here can help me
let table = base.getTable(“MAIN_TABLE”);
let query = await table.selectRecordsAsync(
{
sort: [{ field: “STRING_FIELD”, dir...