Block 1 - Get rows
- Type / Role
- n8n-nodes-base.microsoftExcel - microsoftExcel
- Config choices
- Version 2.2
Track changes and approvals in Excel 365 Overview This workflow monitors an Excel 365 sheet every minute and detects new, updated, and deleted rows using a unique ID column. It compares the curr...
n8n-nodes-base.microsoftexcel, n8n-nodes-base.code, n8n-nodes-base.stickynote, n8n-nodes-base.googlesheets, n8n-nodes-base.telegram, n8n-nodes-base.scheduletrigger, n8n-nodes-base.if, n8n-nodes-base.switch
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ramdoni.
Original n8n.io sourceThis workflow monitors an Excel 365 sheet every minute and detects new, updated, and deleted rows using a unique ID column. It compares the current dataset with the previous snapshot and identifies field-level differences.
When changes are detected, the workflow filters rows that require approval (Status = “Waiting Approval”), sends structured notifications, and optionally logs every field-level change into an audit sheet (Excel or Google Sheets).
The configuration layer allows you to define the ID column, ignored fields, and audit logging behavior without modifying the comparison logic.
This template is suitable for approval tracking, operational monitoring, and lightweight compliance logging.
Uses a unique ID field per row for accurate tracking.
⸻
⸻
Centralized configuration node allows easy customization without modifying core logic.
No hardcoded logic required.
⸻
⸻
Fully customizable message formatting. ⸻
If enabled in the Environment Config:
Audit Log Structure
| Timestamp | ChangeType | RowID | Field | OldValue | New Value |
|---|
Designed for compliance and tracking purposes.
All system behavior is controlled from the Environment Config node.
Example configuration structure:
{
CONFIG: {
idField: "ID",
ignoreFields: ["UpdatedAt", "LastModified"],
monitorOnly: null,
firstRunSilent: true,
enableAuditLog: true
}
}
You can customize:
On first execution:
This prevents false “NEW row” alerts during setup.
⸻
Unlike simple Excel polling workflows, this solution:
This is not just an Excel notifier — it is a structured Change Tracking & Approval Monitoring System built on n8n.```language
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 | Track Excel 365 changes and approvals with Telegram and Google Sheets logging |
|---|---|
| Complexity | advanced |
| Nodes | 21 |
| Categories | Document Extraction, AI Summarization |
| Author | Ramdoni |
| Published | 25 Feb 2026 |
Use the JSON export at /data/workflows/13716/13716.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.
Track changes and approvals in Excel 365 Overview This workflow monitors an Excel 365 sheet every minute and detects new, updated, and deleted rows using a unique ID column. It compares the curr...
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.