update_record
Update specific fields on an existing Dataverse record by ID. Only the provided fields are changed, preserving other data and avoiding overwrites.
Instructions
Update specific fields on an existing Dataverse record (PATCH semantics — only provided fields are changed). Fails with an error if the record does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Fields to update. Only the provided fields are modified. | |
| recordId | Yes | GUID of the record, e.g. '00000000-0000-0000-0000-000000000000' | |
| tableName | Yes | Logical (schema) name of the Dataverse table, e.g. 'account' or 'crb69_myentity' |