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 name Description List Bases Get all accessible bases Get Base Schema Retrieve table structure and field types List Records List records from a table Get Record Retrieve a specific record Create Record Add new records to tables Update Record Modify existing records Delete Record Remove records from tables Search Records Find records matching criteria
Advanced Settings
Advanced Settings
- 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
- Automated Data Entry: Use the agent to automatically populate Airtable tables based on data from other workflow nodes or external sources.
- Data Synchronization: Configure the agent to sync data between different Airtable bases or keep external systems in sync with Airtable.
- 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.