create_record
Add a new record to an Airtable table by specifying base, table, and field values.
Instructions
Create a single record
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_id | Yes | The Airtable base ID | |
| table_id | Yes | The table ID or name | |
| fields | Yes | Field values for the new record | |
| typecast | No | Enable automatic data conversion |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||