I am very new to Airtable, and am after help with the script block. What I would like to achieve is exactly what has been given as an example here.
This is what I have written:
let lineItemsTable = base.getTable(‘Order Line Items’);
let siteOrdersTab...