Hi, i got this error since 4 hours ago. Please help me identify what is the error.
let table = base.getTable(cursor.activeTableId)
let record = await input.recordAsync(‘Pick a record’, table)
const { fields } = table;
// const sizes = record?.getCel...