bulk_create_records
Create up to 1000 records in one batch operation to Dataverse tables, with per-record success/failure tracking and partial success support.
Instructions
Create multiple records in a single OData $batch operation. Up to 1000 records per call (processed in chunks of 100). Tracks per-record success/failure — partial success is supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Array of record objects to create. | |
| tableName | Yes | Logical (schema) name of the Dataverse table, e.g. 'account' or 'crb69_myentity' |