Automated Task Creation from Airtable Template
detail.loadingPreview
This workflow automates the creation of tasks in Airtable based on a predefined template and recurring schedules. It fetches task details, calculates due dates, and updates the automation record.
About This Workflow
This n8n workflow is designed to automate the process of creating recurring tasks. It leverages Airtable as the data source for task templates and automation configurations. The workflow triggers when a new entry is made in a specific Airtable view, then retrieves associated task template, assignee, and client details. It calculates crucial dates like kickoff, soft due, and hard due dates using custom JavaScript logic. Finally, it creates a new task record in Airtable and updates the automation record to track the progress and next execution.
Key Features
- Airtable Integration: Seamlessly connects with Airtable to read and write data.
- Automated Task Generation: Creates new tasks based on predefined templates.
- Dynamic Date Calculation: Calculates kickoff, soft due, and hard due dates based on flexible parameters.
- Data Enrichment: Fetches assignee and client details from separate Airtable tables.
- Status Tracking: Updates the automation record to manage recurring task creation.
- Configurable Base IDs: Easily adaptable to different Airtable bases and tables using a dedicated node.
How To Use
-
Airtable Setup:
- Ensure you have an Airtable base with the following tables:
Tasks(for task details)Templates(for task template definitions)Clients(for client information)Team(for assignee information)Automate(for managing the automation recurrence and status)
- Copy the Airtable Base ID and the respective Table IDs into the
Airtable Base ID'snode. - Configure the
Entered View "First Task - Create Task"node with your Airtable Base ID, Table ID, and the specific View ID. Ensure theupdated_atfield is visible in this view.
- Ensure you have an Airtable base with the following tables:
-
n8n Workflow Configuration:
- Connect your Airtable account using the
airtableTokenApicredential. - The workflow automatically fetches data from Airtable based on the trigger.
- The
Calculate Datesnode contains JavaScript for date calculations; adjusttimeValueanddaysForSoftDueDateas needed. - The
Create TaskandUpdate Automated Recordnodes construct JSON payloads for Airtable API requests. Ensure field names match your Airtable schema. - The
Notify Assigneenode is disabled by default but can be configured for Slack notifications.
- Connect your Airtable account using the
-
Testing:
- In your Airtable base, create an entry in the
Automatetable. For live testing, set theStart Dateto today. - The workflow will trigger, create a task, and update the automation record.
- In your Airtable base, create an entry in the
Apps Used
Workflow JSON
{
"id": "8a6d5c08-b845-48a5-85a9-cdc7aa8d821e",
"name": "Automated Task Creation from Airtable Template",
"nodes": 12,
"category": "Marketing",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 8a6d5c08-b845...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Related Workflows
Discover more workflows you might like
Automated Multi-Platform Social Media Publisher
Streamline your social media content creation and publishing with this n8n workflow. Simply fill out a web form with your caption, media (image or video), and target platforms, and let n8n automate the posting process across multiple social networks.
WhatsApp AI Assistant: LLaMA 4 & Google Search for Real-Time Insights
Instantly deploy a smart AI assistant on WhatsApp, powered by Groq's lightning-fast LLaMA 4 model. This workflow enables real-time conversations, remembers context, and provides up-to-date answers by integrating live Google Search results.
AI-Powered On-Page SEO Audit & Report Automation
Instantly generate comprehensive on-page SEO technical and content audits for any website URL. This AI-powered workflow automates the entire process, from scraping the page to delivering a detailed report directly to your inbox, empowering you to optimize for better search rankings and user engagement.