workflows.fit
Back to n8n workflows
n8n template$6By DuyTran

Generate multi-period financial reports from Google Sheets with AI analysis

Description: 1. 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 l...

Data & StorageProductivityDevelopmentCore NodesAILangchainLm Chat Deep SeekMemory Buffer Window
Open checkout
Loading interactive preview...

Template notes

Description: 1. 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.

2. 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).

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

4. Setup Steps Import the workflow into your n8n instance.

Connect your Google Sheets and DeepSeek API credentials.