Block 1 - Loop Over Items
- 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.
This visual workflow represents an AI powered automated CV filtering system created using tools like n8n, Google Drive, Google Sheets, and Ollama (LLM) ️ Key Features Google Drive Integration –...
n8n-nodes-base.splitinbatches, n8n-nodes-base.merge, n8n-nodes-base.aggregate, @n8n/n8n-nodes-langchain.lmollama, @n8n/n8n-nodes-langchain.outputparserautofixing, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.code, n8n-nodes-base.googledrive
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Lakindu Siriwardana.
Original n8n.io sourceThis visual workflow represents an AI-powered automated CV filtering system created using tools like n8n, Google Drive, Google Sheets, and Ollama (LLM)
Trigger: Workflow is initiated via a Webhook (from a UI “Start Workflow” button).
CV Search: Searches for CV files in a designated Google Drive folder. Loop Over Files: Each file is downloaded. Text is extracted (from PDFs or other formats). Criteria Input: Matching rules are fetched from a predefined Google Sheet. Merge & Aggregate: Combines file text and criteria for unified processing.
LLM Processing: Text + criteria are sent to the Basic LLM Chain.
Utilizes Ollama Model for advanced language understanding.
Structured or auto-fixing output parsers enhance reliability.
Custom Code Execution: Optionally enriches or reformats the data.
Output: Results are appended to a shared Google Sheet (the output sheet).
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 CV filtering with Llama3.1 LLM, Google Drive & Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 15 |
| Categories | HR, AI Summarization |
| Author | Lakindu Siriwardana |
| Published | 30 Jul 2025 |
Use the JSON export at /data/workflows/6696/6696.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.
This visual workflow represents an AI powered automated CV filtering system created using tools like n8n, Google Drive, Google Sheets, and Ollama (LLM) ️ Key Features Google Drive Integration –...
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 HR, AI Summarization use case.