batch_batch_map
Apply a function to multiple items in batch with configurable error handling, returning detailed execution results and metrics.
Instructions
[batch] Apply fn to each item. on_error: null/skip/raise. Returns {results, ok, errors, total, elapsed_ms}.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| fn | Yes | ||
| on_error | No |