workflows.fit
Back to n8n workflows
n8n templateFreeBy Markhah

Compare Multi-Period Financial Data from Google Sheets with DeepSeek AI Analysis

Overview This workflow generates automated revenue and expense comparison reports from a structured Google Sheet. It enables users to compare financial data across the current period, last month, and last year, then u...

Data & StorageProductivityDevelopmentCore NodesAILangchainGoogle SheetsCode
Loading interactive preview...

Template notes

Overview This workflow generates automated revenue and expense comparison reports from a structured Google Sheet. It enables users to compare financial data across the current period, last month, and last year, then uses an AI agent to analyze and summarize the results for business reporting.

1.Prerequisites A connected Google Sheets OAuth2 credential.

A valid DeepSeek AI API (or replaceable with another Chat Model).

A sub-workflow (child workflow) that handles processing logic.

Properly structured Google Sheets data (see below).

2.Required Google Sheet Structure Column headers must include at least: Date, Amount, Type.

Data format for Date must be in dd/MM/yyyy or dd-MM-yyyy.

Entries should span over multiple time periods (e.g., current month, last month, last year).