bulk_update_records
Update multiple Dataverse records in a single batch operation. Send record IDs and field changes to apply PATCH updates across up to 1000 records, with per-item success tracking.
Instructions
Update multiple records in a single OData $batch operation. Up to 1000 records per call (processed in chunks of 100). Each item requires a recordId and a data object (PATCH semantics — only provided fields change). Tracks per-record success/failure — partial success is supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Array of { recordId, data } objects to update. | |
| tableName | Yes | Logical (schema) name of the Dataverse table, e.g. 'account' or 'crb69_myentity' |