update_record
Update specific fields on an existing XRM record in Microsoft Dataverse using the record ID and a dictionary of field changes.
Instructions
Update fields on a single existing XRM record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Dictionary of fields to change (only the fields to update) | |
| table | Yes | The logical name of the table | |
| org_url | Yes | The Dataverse organization URL | |
| record_id | Yes | The GUID of the record to update |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||