Block 1 - Groq Chat Model
- Type / Role
- @n8n/n8n-nodes-langchain.lmChatGroq - lmChatGroq
- Config choices
- Version 1
Data Quality Checker This workflow automatically monitors pricing data in Google Sheets, detects anomalies such as missing values or sudden spikes/drops, generates AI based short explanations for f...
@n8n/n8n-nodes-langchain.lmchatgroq, n8n-nodes-base.manualtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.splitinbatches, n8n-nodes-base.code, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.set
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by WeblineIndia.
Original n8n.io sourceThis workflow automatically monitors pricing data in Google Sheets, detects anomalies such as missing values or sudden spikes/drops, generates AI-based short explanations for flagged rows, updates the sheet with status and reason and sends Slack alerts for critical issues.
Quick Implementation Steps:
price, previous_price, status, reason, row_number.The Data Quality Checker workflow is designed to help you maintain accurate pricing data effortlessly. It fetches data from Google Sheets, evaluates each row for anomalies and ensures that unusual changes in prices do not go unnoticed.
It automatically flags rows with missing values, sudden spikes or sudden drops in price. The workflow uses a Groq AI model to generate concise explanations for any anomalies found, providing actionable insights directly in your sheet.
For rows without issues, it marks the status as OK with a standard reason. A Slack alert is sent for flagged data to keep teams informed in real-time, preventing unnoticed errors and enabling faster corrective actions.
This workflow suits anyone who relies on timely, accurate data and wants automated anomaly detection and reporting.
price, previous_price, status, reason, row_number.price, previous_price, status, reason, row_number.SplitInBatches node ensures each row is processed individually.Check Price Issues node checks for missing values or sudden changes.If node determines whether an anomaly exists.Generate Issue Reason).Prepare Flag Data formats data for updating the sheet.Update Flagged Row writes flagged status and reason back to Google Sheets.Update Normal Row writes OK status for rows with no issues.Send Slack Alert sends real-time notifications for flagged anomalies.documentId and sheetName to match your own sheets.channelId and alert text to match your workspace and notification style.Generate Issue Reason to change explanation style or length.Check Price Issues to define what constitutes a spike or drop.E-commerce pricing validation: Automatically detect and explain unusual price changes for hundreds of products.
Inventory data verification: Ensure stock values and price adjustments are accurate daily.
Finance anomaly detection: Detect sudden cost or rate fluctuations in financial datasets.
Market monitoring: Track competitor pricing changes with automated alerts.
General data quality assurance: Any dataset requiring automated checks for missing or inconsistent values.
This workflow is flexible and can be adapted to other types of tabular data beyond pricing.
| Issue | Possible Cause | Solution |
|---|---|---|
| Workflow not triggering | Trigger node not active | Enable the manual or webhook trigger |
| Data not fetched | Wrong documentId or sheetName |
Verify Google Sheets node settings and credentials |
| Slack alert not sent | Invalid channel ID or credentials | Update Slack credentials and ensure channel ID is correct |
| AI reasoning fails | Groq API issues or prompt misconfigured | Check Groq AI credentials and review the prompt text |
| Wrong anomaly detection | Code logic in Check Price Issues |
Adjust thresholds or conditions in the code node |
| Sheet updates not saving | Google Sheets permission issue | Ensure OAuth2 account has write access to the sheet |
If you face issues setting up this workflow, customizing nodes or integrating add-ons, our n8n automation team can help. We specialize in building and optimizing n8n workflows for automation, data quality and alerting.
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 | Detect pricing anomalies in Google Sheets with Groq AI and Slack alerts |
|---|---|
| Complexity | advanced |
| Nodes | 15 |
| Categories | Document Extraction, AI Summarization |
| Author | WeblineIndia |
| Published | 21 May 2026 |
Use the JSON export at /data/workflows/15887/15887.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.
Data Quality Checker This workflow automatically monitors pricing data in Google Sheets, detects anomalies such as missing values or sudden spikes/drops, generates AI based short explanations for f...
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.