Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Real Estate Deal Analyzer using Google Sheets, AI (Groq) and Gmail This workflow automates real estate investment analysis using Google Sheets and AI. It calculates ROI and rental yield, detects du...
n8n-nodes-base.stickynote, n8n-nodes-base.set, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatgroq, n8n-nodes-base.googlesheets, n8n-nodes-base.gmail, n8n-nodes-base.if
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by WeblineIndia.
Original n8n.io sourceThis workflow automates real estate investment analysis using Google Sheets and AI. It calculates ROI and rental yield, detects duplicate entries, generates AI-based recommendations and sends email reports. Simply connect your Google Sheets, Groq (AI) and Gmail accounts, then start adding property data.
This workflow helps you analyze real estate investment opportunities automatically. Whenever a new property entry is added to your Google Sheet, it calculates important financial metrics such as annual rent, profit, rental yield and ROI.
It then checks whether the property already exists in your historical records. If it finds a duplicate, it stops further processing, marks the entry and sends a notification email.
For unique entries, the workflow uses AI to evaluate the investment and classify it as BUY, HOLD or AVOID, along with risk level, reasoning and improvement suggestions. Finally, it stores the result, sends a detailed email report and marks the row as processed.
Workflow starts manually and fetches new entries from Google Sheets.
Only rows with Processed = No and no duplicate flag are processed.
Converts price, rent and expenses into numeric format.
Calculates annual rent, profit, rental yield and ROI.
Compares current entry with historical data.
Duplicates go to alert flow; others go to AI analysis.
Sends email and marks row as duplicate.
Classifies property as BUY, HOLD or AVOID.
Stores analysis in history sheet.
Sends detailed investment report.
Updates row as processed.
| Issue | Possible Cause | Solution |
|---|---|---|
| No data processed | "Processed" field not set to "No" | Ensure new rows have Processed = No before running |
| Duplicate not detected | Matching only based on price | Enhance logic to include more fields like ID or address |
| AI output parsing error | AI response not in valid JSON format | Ensure prompt strictly returns JSON without extra text |
| Email not sent | Gmail credentials not connected | Reconnect Gmail account and test the node |
| Incorrect ROI values | Fields not treated as numbers | Check data types and ensure numeric values in the sheet |
| Workflow not triggering | Manual trigger not executed | Run workflow manually or add a trigger node |
WeblineIndia can help you customize, extend and build similar workflows tailored to your business needs.
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 | Analyze real estate deals using Google Sheets, Groq AI, and Gmail |
|---|---|
| Complexity | advanced |
| Nodes | 24 |
| Categories | Market Research, AI Summarization |
| Author | WeblineIndia |
| Published | 21 Apr 2026 |
Use the JSON export at /data/workflows/15191/15191.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.
Real Estate Deal Analyzer using Google Sheets, AI (Groq) and Gmail This workflow automates real estate investment analysis using Google Sheets and AI. It calculates ROI and rental yield, detects du...
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 Market Research, AI Summarization use case.