ES | EN
Engineering

Sync Google Sheets data with MySQL

Google SheetsMy Sql
Nodes 2
Complexity Basic
Category Engineering
n8n popularity 7,760 views in n8n library

This workflow performs several data integration and synchronization tasks between Google Sheets and a MySQL database. Here is a step-by-step description of what this workflow does: Manual Trigger: The workflow starts when the user clicks "Execute Workflow." Schedule Trigger: This node schedules the workflow to run at specific intervals on weekdays (Monday to Friday) between 6 AM and 10 PM. It ensures regular data synchronization. Google Sheet Data: This node connects to a specific Google Sheets document and retrieves data from the "Form Responses 1" sheet, filtering by the "DB Status" column. SQL Get inquiries from Google: This node retrieves data from a MySQL database table named "ConcertInquiries" where the "source_name" is "GoogleForm." Rename GSheet variables: This node renames the columns retrieved from Google Sheets and transforms the data into a format suitable for MySQL, assigning a value for "source_name" as "GoogleForm." Compare Datasets: This node compares the data retriev

Apps and nodes included

Step-by-Step Implementation Guide

¿Qué hace esta plantilla?

Esta plantilla sincroniza datos entre Google Sheets y MySQL. Permite la integración y sincronización de información, incluyendo disparo manual y programado, recuperación de datos, renombramiento de variables y actualización de base de datos.

Nodos Utilizados

  • Google Sheets: Se utiliza para leer y escribir datos en Google Sheets.
  • MySQL: Se utiliza para interactuar con una base de datos MySQL.

Pasos de Configuración

  • Paso 1: Configura el nodo Google Sheets. Conecta tu cuenta de Google y especifica la hoja de cálculo y el rango de datos a sincronizar. Define la acción a realizar (leer, escribir, etc.).
  • Paso 2: Configura el nodo MySQL. Proporciona las credenciales de tu base de datos MySQL (host, usuario, contraseña, base de datos). Define la tabla y la acción a realizar (insertar, actualizar, etc.).
  • Paso 3: Establece la lógica de sincronización. Utiliza los nodos para mapear los datos de Google Sheets a la estructura de la base de datos MySQL.
  • Paso 4: Configura un disparador (manual o programado) para ejecutar el workflow.
⚡ Open and edit in Scriflow ← Browse all n8n templates

Scriflow builds and adapts n8n workflows with AI. Open this template in the editor to get the import-ready JSON.