The Community will be undergoing maintenance on Saturday January 11 at 11:59pm - Sunday January 12 at 11:59pm EST. For assistance during this time, please visit our Help Center.
I am new to Airtable. I am on free tier now.
I have an extension to run a script - essentially for lookup. I am using a script for lookup as my base needs two conditions for reference and I cannot use the native Lookup functionality.
My issue is that...
Thank you so much. await keyword helps and I am able to get the desired results for all the records now.
I am new to scripting and still learning
Will learn how to build and index
Thanks Justin for replying
Below is the code. I hope I have use the correct preformat for code.
let mainTable = base.getTable("Txn");
let mainTableRecords = await mainTable.selectRecordsAsync({fields:["MapIdentifier"]});
let lookupTable = base.getTa...