The record passed into the #updateRecord and #bulkUpdate methods
{ id: "recABCDEFGHIJK", fields: { title: "hello", description: "world" } }
Object of fields you want to update in the record
The Airtable Record ID of the record you want to update
Generated using TypeDoc
The record passed into the #updateRecord and #bulkUpdate methods
{ id: "recABCDEFGHIJK", fields: { title: "hello", description: "world" } }