The above didn't work for me, but was very helpful. Here's what I used (with my own fields) const table = base.getTable("CLIENTS");
let inputConfig = input.config();
//let myRecord = inputConfig.myRecord;
let myRecord = await table.selectRecordAsync...