Block 1 - Workflow Overview
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
How it Works This workflow reads sheet details from a source Google Spreadsheet, creates a new spreadsheet, replicates the sheet structure, enriches the content by reading data, and writes it into ...
n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.splitinbatches, n8n-nodes-base.googlesheets
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Amit Mehta.
Original n8n.io sourceThis workflow reads sheet details from a source Google Spreadsheet, creates a new spreadsheet, replicates the sheet structure, enriches the content by reading data, and writes it into the corresponding sheets in the new spreadsheet. The process is looped for every sheet, providing an automated way to duplicate and transform structured data.
| Node Name | Description |
|---|---|
| Manual Trigger | Starts the workflow manually by user test. |
| Create New Spreadsheet | Creates a new Google Spreadsheet for output. |
| HTTP Request | Fetches metadata from the source spreadsheet including sheet names. |
| Code | Processes sheet metadata into a list for iteration. |
| Loop Over Items | Loops over each sheet to replicate and populate. |
| Google Sheets2 | Deletes the default 'Sheet1' from the new spreadsheet. |
| Create Sheets | Creates a new sheet matching each source sheet. |
| Read Spreadsheet1 | Reads data from the source sheet. |
| Write sheet | Writes the data into the corresponding new sheet. |
| File Name | Purpose |
|---|---|
| My_workflow_4.json | Main workflow JSON file for sheet duplication and enrichment |
#GoogleSheets #Automation #DataEnrichment #Workflow #Spreadsheet
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 | Google Sheets duplication & enrichment automation |
|---|---|
| Complexity | advanced |
| Nodes | 15 |
| Categories | Document Extraction |
| Author | Amit Mehta |
| Published | 11 Jun 2025 |
Use the JSON export at /data/workflows/4865/4865.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.
How it Works This workflow reads sheet details from a source Google Spreadsheet, creates a new spreadsheet, replicates the sheet structure, enriches the content by reading data, and writes it into ...
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 use case.