AutomationFlowsAI & RAG › Knowledge Base Sync

Knowledge Base Sync

Knowledge Base Sync. Uses dropbox, airtable. Scheduled trigger; 4 nodes.

Cron / scheduled trigger★★★★☆ complexity4 nodesDropboxAirtable
AI & RAG Trigger: Cron / scheduled Nodes: 4 Complexity: ★★★★☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "Knowledge Base Sync",
  "tag": "Knowledge",
  "nodes": [
    {
      "id": "20",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.cron",
      "typeVersion": 1,
      "position": [
        0,
        0
      ],
      "parameters": {
        "triggerTimes": [
          {
            "weekday": 1,
            "hour": 2,
            "minute": 0
          }
        ]
      }
    },
    {
      "id": "21",
      "name": "Dropbox - List Folder",
      "type": "n8n-nodes-base.dropbox",
      "typeVersion": 2,
      "position": [
        300,
        0
      ],
      "parameters": {
        "operation": "list",
        "path": "/KnowledgeBase/Source",
        "options": {
          "recursive": true
        }
      }
    },
    {
      "id": "22",
      "name": "Compute Dropbox Checksum",
      "type": "n8n-nodes-base.function",
      "typeVersion": 1,
      "position": [
        600,
        0
      ],
      "parameters": {
        "functionCode": "return items.map(item => {\n  const data = item.json.content || '';\n  item.json.checksum = require('crypto').createHash('sha256').update(data).digest('hex');\n  return item;\n});"
      }
    },
    {
      "id": "23",
      "name": "Airtable - Dataset Index",
      "type": "n8n-nodes-base.airtable",
      "typeVersion": 3,
      "position": [
        900,
        0
      ],
      "parameters": {
        "operation": "upsert",
        "application": "airtable-agentkit",
        "tableId": "tblKnowledge",
        "additionalOptions": {
          "matchingColumns": [
            "FilePath"
          ],
          "typecast": true
        }
      }
    }
  ],
  "connections": {
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Dropbox - List Folder",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Dropbox - List Folder": {
      "main": [
        [
          {
            "node": "Compute Dropbox Checksum",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Compute Dropbox Checksum": {
      "main": [
        [
          {
            "node": "Airtable - Dataset Index",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionTimeout": 900,
    "retryOnFail": true
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Knowledge Base Sync. Uses dropbox, airtable. Scheduled trigger; 4 nodes.

Source: https://github.com/ChrisCruze/N8N-Agent-Kit/blob/2be84902f6f490b090cc749d78d8f2138e63b37e/examples/knowledge-sync.json — original creator credit. Request a take-down →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

I prepared a detailed guide that shows the whole process of building an AI tool to analyze Instagram Reels using n8n.

HTTP Request, Airtable, Execute Workflow Trigger
AI & RAG

AI_Content_Agent_35CT_Fallback. Uses airtable, httpRequest. Scheduled trigger; 11 nodes.

Airtable, HTTP Request
AI & RAG

This n8n automation workflow automates the creation, scripting, production, and posting of YouTube videos. It leverages AI (OpenAI), image generation (PIAPI), video rendering (Shotstack), and platform

Agent, OpenAI Chat, Airtable Tool +7
AI & RAG

This n8n-powered workflow automates the entire lifecycle of real estate lead intake, qualification, routing, assignment, and reporting across multiple channels. It brings WhatsApp inquiries and websit

Gmail, Typeform Trigger, WhatsApp Trigger +8
AI & RAG

Liminal Archives - Horror Ambience. Uses airtable, httpRequest, toolThink, agent. Scheduled trigger; 42 nodes.

Airtable, HTTP Request, Tool Think +3