erpnext_batch_prepare
Prepare an exact ordered ERPNext batch, verify source count, and cover all requests with one user confirmation. Bind earlier responses into later JSON bodies; batch stops on error.
Instructions
Prepare an exact ordered batch. Verify source count; one user confirmation covers the batch.
Bind a later JSON body pointer to an earlier response using bindings, e.g.
{"/doc": {"step": 0, "pointer": "/data"}}. Batches are not atomic and stop on error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | ERPNext batch | |
| requests | Yes | ||
| expected_count | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||