createAirtableRecord
Create a new record in a specified Airtable table, setting custom field values for columns.
Instructions
Creates a new record with the specified fields in the given table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseId | Yes | ID of the Airtable base | |
| fields | Yes | Object containing column values to update for the item. Example: { "status": "Planning", "person": "1324234" } | |
| tableId | Yes | ID of the table to create the record in |