Help

Re: Scripting App Error "L: Linked RecordIds"

1661 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Faculty_Schedul
6 - Interface Innovator
6 - Interface Innovator

Today my scripting app stopped working and is now giving an error.

“L: linkedRecordIds”

The issue is when pulling in records. I tried creating a separate scripting app with these three lines:

let table = base.getTable('Products');
let query = await table.selectRecordsAsync();
output.table(query.records);

I am still getting the same error. Is there something wrong with the table itself? It seems any table with records that are linked to Programs give the same error while tables that aren’t are completely fine.

10 Replies 10

The fix is working for me now.

@Billy_Littlefield The reliability of Airtable is critical in order for business to trust Airtable. Every time that Airtable goes down, automations fail, and previously working scripts break, that trust slips. We would appreciate it if you would provide more information on what Airtable is doing to ensure that the service continues to work.