Block 1 - Select rows from a table
- Type / Role
- n8n-nodes-base.mySql - mySql
- Config choices
- Version 2.4
This workflow is provided as-is. Please review and test before using in production.
Sync MySQL Rows to Google Sheet Description: This n8n template automates the process of syncing new records from a MySQL database table into a Google Sheet, ideal for reporting, backup, or light...
n8n-nodes-base.mysql, n8n-nodes-base.googlesheets, n8n-nodes-base.stickynote, n8n-nodes-base.scheduletrigger, n8n-nodes-base.noop, n8n-nodes-base.if
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ahmed Saadawi.
Original n8n.io sourceDescription:
This n8n template automates the process of syncing new records from a MySQL database table into a Google Sheet, ideal for reporting, backup, or lightweight dashboards.
It is designed for teams or individuals who need to periodically export new data rows from a custom database (e.g., CRM, registrations, surveys) into a structured Google Sheet for further analysis, sharing, or archiving—without duplicates.
sync = 0) from a MySQL table (fifa25_customers).sync = 1) to avoid reprocessing.Create or select a Google Sheet and make sure the columns match the following:
id, name, phone, birthdate, email, region, gender, datatimeEnsure your MySQL table (fifa25_customers) has a sync column (default = 0 for new rows).
Connect your MySQL and Google Sheets credentials inside n8n.
(Optional): Add custom filtering or column transformations as needed.
IF node to prevent unnecessary processingThis 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 | Automated MySQL to Google Sheets sync with duplicate prevention |
|---|---|
| Complexity | intermediate |
| Nodes | 9 |
| Categories | Engineering |
| Author | Ahmed Saadawi |
| Published | 22 Jul 2025 |
Use the JSON export at /data/workflows/6261/6261.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.
Sync MySQL Rows to Google Sheet Description: This n8n template automates the process of syncing new records from a MySQL database table into a Google Sheet, ideal for reporting, backup, or light...
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 Engineering use case.