createAirtableRecord
Add new records to Airtable tables by specifying base ID, table ID, and field values through WayStation's integration hub.
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 | |
| tableId | Yes | ID of the table to create the record in | |
| fields | Yes | Object containing column values to update for the item. Example: { "status": "Planning", "person": "1324234" } |