Hi there!
I’m not a developer but I trying to write a script.
Please tell me if is possible to use a variable to define the field name inside updateRecordAsync method.
await table.updateRecordAsync(record, {"Phone": value})
the method accepts variabl...