I have a view where the primary field is an autonumber generator. About 12 hours ago my code below would have output the list of the IDs of all of the records in a view:
let Table = base.getTable(TABLE_NAME);
let view = Table.getView(VIEW_NAME)
let q...