Here’s what I have
let table = base.getTable("-Some Matter Name-)");
let field = table.getField(“Request Date”);
await table.updateRecordAsync(record,{
“Date Requested”: new Date()
});
I haven’t done a lot of programming for a while now, so I sort of have an idea but not exactly how to write it