create_record
Add a new record to an Airtable table by specifying the base ID, table name, and field values as key-value pairs.
Instructions
Create a new record in a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_id | Yes | ID of the base | |
| table_name | Yes | Name of the table | |
| fields | Yes | Record fields as key-value pairs |