create
Add new records to Airtable tables by specifying base ID, table name, and field data, with optional dry-run validation before writing.
Instructions
Create Airtable records (requires diff-before-write via dryRun first).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseId | Yes | ||
| table | Yes | ||
| records | Yes | ||
| typecast | No | ||
| idempotencyKey | No | ||
| dryRun | No |