batch_create_records
Create multiple records in an Airtable base with a single API call, reducing overhead when adding bulk data to a table.
Instructions
Create multiple records in a single request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_id | Yes | ID of the base | |
| table_name | Yes | Name of the table | |
| records | Yes | Array of records to create | |
| typecast | No | Automatically convert field types |