Skip to main content

Overview

The Airtable Agent Node provides an intelligent agent for managing Airtable bases, tables, and records. This node enables you to:
  • List and explore available bases and their schemas
  • Read, create, update, and delete records
  • Search records and filter by various criteria
  • Perform bulk operations on multiple records

Configuration Parameters

To set up the Airtable Agent Node, you need to authenticate with your Airtable account. Once authenticated, configure the agent to perform operations based on your workflow requirements.

Node Configuration

  • Prompt: Define the task for the agent to perform with Airtable.
    List all my bases and show me the schema for the first one
    Create a new record in the “Contacts” table with name “John Doe” and email “john@example.com
    Search for all records in the “Projects” table where status is “In Progress”
  • Tools Select which tools the Airtable Agent can use:
    Tool nameDescription
    List BasesGet all accessible bases
    Get Base SchemaRetrieve table structure and field types
    List RecordsList records from a table
    Get RecordRetrieve a specific record
    Create RecordAdd new records to tables
    Update RecordModify existing records
    Delete RecordRemove records from tables
    Search RecordsFind records matching criteria
    Only enable tools that the agent should be allowed to use. Be especially careful with Delete Record.
  • System Prompt: Customize the agent’s behavior and guidelines.
  • Model: Select the language model for the agent (must support function calling).
  • Max Steps: Set the maximum number of steps the agent can take (1-20).
  • Enable Model Fallbacks: Allow automatic fallback to alternative models if the primary model fails.

Expected Inputs and Outputs

  • Inputs:
    • The node accepts text input that can be referenced in the prompt using format strings.
  • Outputs:
    • output: The final result from the agent’s actions
    • conversation: Detailed log of the agent’s reasoning and operations

Use Case Examples

  1. Automated Data Entry: Use the agent to automatically populate Airtable tables based on data from other workflow nodes or external sources.
  2. Data Synchronization: Configure the agent to sync data between different Airtable bases or keep external systems in sync with Airtable.
  3. Smart Record Management: Let the agent intelligently search, filter, and update records based on complex business logic and conditions.

Error Handling and Troubleshooting

  • Authentication Issues: If the node fails to authenticate, ensure you’ve connected your Airtable account and granted the necessary permissions.
  • Model Compatibility: The selected model must support function calling. Switch to a compatible model if you encounter errors.
  • Record Operations: When creating or updating records, ensure field values match the expected data types defined in your base schema.
If you encounter any issues not covered in this documentation, please reach out to our support team for assistance.

Relevant Nodes