I only have 1 table and I need the most recently added record.
I tried this code and even tried maxRecords so loop through each id.
base(‘Intention’).select({
filterByFormula: ‘{id} = “id”’
}).eachPage(function page(records, fetchNextPage) {
records....