I’ve gone documentation blind, so my apologies for what is likely an obvious question.
What is the syntax for traversing/updating nested objects. Specifically,
Simple Type works fine:
await table.updateRecordAsync(record.id,{“Estimate ID”:12345})
Th...