Block 1 - Schedule Trigger1
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
Description Automate the discovery and analysis of PDF files across a deeply nested OneDrive folder structure. This workflow recursively searches folders, filters for new or updated PDFs, extracts ...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.microsoftonedrive, n8n-nodes-base.merge, n8n-nodes-base.splitinbatches, @n8n/n8n-nodes-langchain.lmchatmistralcloud, n8n-nodes-base.aggregate, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.datatable
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jordan Hoyle.
Original n8n.io sourceAutomate the discovery and analysis of PDF files across a deeply nested OneDrive folder structure. This workflow recursively searches folders, filters for new or updated PDFs, extracts text, and uses a Mistral AI agent to generate a concise Executive Summary, Key Findings, and Structured Metadata (Date, Location, etc.), storing all insights into a n8n Data Table for easy access and further automation.
The workflow runs automatically (scheduled for 8 PM in this template) to monitor a specified main folder on OneDrive.
It performs a deep, multi-level search (up to 8 layers) across subfolders to ensure no documents are missed.
It checks new files against an internal n8n Data Table using the Compare Datasets node, ensuring only new or unique PDF files are processed, saving AI credits and processing time.
A size check is also included, preventing attempts to process excessively large files.
AI-Powered Document Intelligence (Mistral LLM):
Overview Agent: Generates an impartial, professional Executive Summary, a list of Key Findings & Data Points, and the document's Scope/Context.
Document Information Agent: Extracts crucial metadata, including the single most relevant date, location (City/State/Country), and professional information (Name, Title, Organization).
AI outputs are meticulously validated and reformatted into a clean JSON object using Structured Output Parsers.
The complete analysis, along with the original file name and path, is then logged as a new row in an n8n Data Table.
OneDrive Folder: You must specify the exact name of your main folder in the 'Search for Main Folder' node.
Data Table: Ensure your n8n Data Table exists with the required columns: Summary, Key_Findings, Scope, Date, Location, File_Name, and Path.
Deep Folder Structure: The current configuration supports up to 8 levels of subfolders. If your files go deeper, you may need to add more "Get items in a folder" and "If" nodes.
AI Customization: Review the AI agent prompts and the structured output schemas to customize the fields you want to extract or the summary style you require.
Send daily/weekly digest emails with new summaries.
Sync the extracted data to a Google Sheet, Airtable, or other database.
Add a secondary AI agent to perform follow-up actions based on the "Key Findings."
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.
Showing the first 24 of 50 workflow blocks. Download the JSON for the full node graph.
| Workflow | Nested PDF analysis with Mistral AI & OneDrive for document summarization |
|---|---|
| Complexity | advanced |
| Nodes | 50 |
| Categories | Document Extraction, AI Summarization |
| Author | Jordan Hoyle |
| Published | 24 Oct 2025 |
Use the JSON export at /data/workflows/10132/10132.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.
Description Automate the discovery and analysis of PDF files across a deeply nested OneDrive folder structure. This workflow recursively searches folders, filters for new or updated PDFs, extracts ...
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 Summarization use case.