Block 1 - 🧾 Workflow Overview
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Automate multi document handling with AI powered extraction that adapts to any format and organizes it instantly. What this workflow does 1. Monitors Google Drive for new uploads (receipts, resumes...
n8n-nodes-base.stickynote, n8n-nodes-base.googledrivetrigger, n8n-nodes-base.googledrive, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.httprequesttool, n8n-nodes-base.googlesheetstool, @vlm-run/n8n-nodes-vlmrun.vlmrun, n8n-nodes-base.webhook
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Atik.
Original n8n.io sourceAutomate multi-document handling with AI-powered extraction that adapts to any format and organizes it instantly.
Prerequisites: Google Drive & Google Sheets accounts, VLM Run API credentials, n8n instance.
Install the verified VLM Run node by searching for VLM Run in the node list, then click Install. Once installed, you can integrate it directly for high-accuracy data extraction.
Quick Setup:
Configure Google Drive OAuth2 and select a folder for uploads
Create a Master Reference Google Sheet with the following structure:
| Document_Name | Spreadsheet_ID |
|---|---|
| Receipt | your-receipt-sheet-id |
| Resume | your-resume-sheet-id |
| Physician Order | your-physician-order-sheet-id |
| Claims Processing | your-claims-sheet-id |
| Construction Blueprint | your-blueprint-sheet-id |
The first column holds the document type, and the second column holds the target sheet ID where extracted data should be appended.
In the AI Agent node, edit the agent prompt to:
Test with a sample upload and activate the workflow
Extend functionality by:
This workflow leverages the VLM Run node for flexible, precision extraction and the AI Agent for intelligent mapping, creating a powerful system that adapts to any document type with minimal setup changes.
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 | AI-powered document processing & organization with Gemini, VLM Run & Google Sheets |
|---|---|
| Complexity | intermediate |
| Nodes | 14 |
| Categories | Document Extraction, AI RAG |
| Author | Atik |
| Published | 20 Sept 2025 |
Use the JSON export at /data/workflows/8788/8788.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.
Automate multi document handling with AI powered extraction that adapts to any format and organizes it instantly. What this workflow does 1. Monitors Google Drive for new uploads (receipts, resumes...
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, AI RAG use case.