Airtable
Airtable Writer
This document explains the Airtable Writer node, which lets you create new records in your Airtable bases automatically.
Node Inputs
Required Fields
- Base: Choose your Airtable base
- Table: Select the table where you want to write data
- Writer Mode: Choose how to write data
- Add New Rows: Creates multiple rows from a list input
- Add A Single New Row: Creates one row from a text input
- Column Inputs: Match your data to table columns
- Each input must match the column’s data type
- Example: Text for text fields, numbers for numeric fields
Node Output
- Link to your Airtable base after successful write
- Any error messages if the operation fails
Node Functionality
The Airtable Writer node creates new records in your Airtable bases:
- Matches your data to table columns
- Supports single or multiple row creation
- Maintains secure authentication through Gumloop
Example Workflows
1. Process Form Submissions
2. Lead Generation Pipeline
3. Content Calendar Management
4. Support Ticket Logging
Best Practices
Writer Mode Selection
-
Use “Add New Rows” when:
- Processing batches of data
- Working with List type input/outputs
- Handling multiple records at once
-
Use “Add A Single New Row” when:
- Processing individual items
- Working with single text input/output
- Creating one record at a time
Important Notes
Authentication
- Set up Airtable credentials in Gumloop Credentials
- Ensure proper base and table permissions
- For updating existing records, use the Airtable Updater node instead
In summary, the Airtable Writer node provides a straightforward way to create new records in your Airtable bases.