batch_create_rows
Batch create up to 200 rows in a Baserow table in one request by passing the table ID and an array of field-value objects.
Instructions
Create multiple rows in a table at once (up to 200). Each item is a key-value object with field names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Array of row objects, each with field name keys. Example: [{"Name": "Alice"}, {"Name": "Bob"}] | |
| table_id | Yes | The table ID. |