update_entity
Modify an existing Dynamics 365 CRM record by providing its entity set, GUID, and updated key-value data.
Instructions
Update an existing entity record in Dynamics 365
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | The data to update as key-value pairs | |
| entityId | Yes | The unique identifier (GUID) of the entity record to update | |
| entitySet | Yes | Entity set name (plural form, e.g., "contacts", "accounts", "opportunities") |