Block 1 - Loop Over Pages
- Type / Role
- n8n-nodes-base.splitInBatches - splitInBatches
- Config choices
- Version 3
This workflow is provided as-is. Please review and test before using in production.
Create Airtable records from new ClickUp Doc pages This workflow automates the process of turning content from ClickUp Docs into structured data in Airtable. When a new task is created in ClickUp w...
n8n-nodes-base.splitinbatches, n8n-nodes-base.airtable, n8n-nodes-base.clickuptrigger, n8n-nodes-base.clickup, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Fahmi Fahreza.
Original n8n.io sourceThis workflow automates the process of turning content from ClickUp Docs into structured data in Airtable. When a new task is created in ClickUp with a link to a ClickUp Doc in its name, this workflow triggers, fetches the entire content of that Doc, parses it into individual records, and then creates a new record for each item in a specified Airtable base and table.
This template is perfect for content creators, project managers, and operations teams who use ClickUp Docs for drafting or knowledge management and Airtable for tracking and organizing data. It helps bridge the gap between unstructured text and a structured database.
* * * and separate notes by looking for the "notes:" keyword.Set Node: Open the "Configure Variables" node and set the following values:clickupTeamId: Your ClickUp Team ID. Find it in your ClickUp URL (e.g., app.clickup.com/9014329600/...).airtableBaseName: The exact name of your target Airtable Base.airtableTableName: The exact name of your target Airtable Table.airtableVerticalsTableName: The name of the table in your base that holds "Vertical" records, which are linked in the main table.Create New Record in Airtable node (e.g., Text, Status, Vertical, Notes). You can customize the mapping in this node.Parse Content from Doc Pages Code node. For example, you could change the delimiter from * * * to something else.Create New Record in Airtable node to map data to different fields or add more fields from the source data.Trigger on New ClickUp Task node to respond to different events, such as taskUpdated or taskCommentPosted.This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Automated content migration from ClickUp Docs to Airtable records |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | Document Extraction |
| Author | Fahmi Fahreza |
| Published | 01 Oct 2025 |
Use the JSON export at /data/workflows/9135/9135.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Create Airtable records from new ClickUp Doc pages This workflow automates the process of turning content from ClickUp Docs into structured data in Airtable. When a new task is created in ClickUp w...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction use case.