batch_transaction
Execute multiple Dataverse write operations (create, update, delete, upsert) atomically. If any operation fails, all changes roll back.
Instructions
Execute multiple Dataverse write operations atomically in a single batch. If ANY operation fails, ALL are rolled back — all-or-nothing semantics. Supports mixed operations: create, update, delete, upsert across different tables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operations | Yes | Ordered list of operations. All succeed or all roll back. |