evidence_batch_insert
Insert multiple records into an AbraFlexi evidence in a single request. Use atomic mode to commit all records together or dry run to validate without persisting.
Instructions
Insert multiple records into an evidence in a single request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| atomic | No | Commit each record independently instead of the whole batch as one all-or-nothing transaction | |
| dry_run | No | Validate the batch without persisting anything | |
| records | Yes | List of records to insert | |
| evidence | Yes | Evidence name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |