update_record
Update existing records in Microsoft Dataverse tables by specifying the entity set, record ID, and fields to modify.
Instructions
Update an existing record in a Dataverse table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Record GUID | |
| data | Yes | Fields to update as key-value pairs | |
| entity_set | Yes | Entity set name (plural, e.g. 'accounts', 'contacts') |