MySQL-Zeilensynchronisation zu Google Tabellen
Fortgeschritten
Dies ist ein Engineering-Bereich Automatisierungsworkflow mit 9 Nodes. Hauptsächlich werden If, MySql, GoogleSheets, ScheduleTrigger und andere Nodes verwendet. Automatisierte MySQL-zu-Google-Sheets-Synchronisierung mit Duplikat-Prävention
Voraussetzungen
- •MySQL-Datenbankverbindungsdaten
- •Google Sheets API-Anmeldedaten
Verwendete Nodes (9)
Kategorie
Workflow-Vorschau
Visualisierung der Node-Verbindungen, mit Zoom und Pan
Workflow exportieren
Kopieren Sie die folgende JSON-Konfiguration und importieren Sie sie in n8n
{
"id": "TmP9EhlzHlU4r1wS",
"meta": {
"instanceId": "ea2b41532677d34614d95d13d7d2ccb694657be482144baf71e7140df3b2a853",
"templateCredsSetupCompleted": true
},
"name": "Sync MySQL Rows to Google Sheet",
"tags": [],
"nodes": [
{
"id": "a78b4dc6-b4c6-4ed8-8b9f-dad0a6897307",
"name": "Zeilen aus einer Tabelle auswählen",
"type": "n8n-nodes-base.mySql",
"position": [
-288,
-112
],
"parameters": {
"table": {
"value": "fifa25_customers"
},
"where": {
"values": [
{
"value": "=0",
"column": "sync"
}
]
},
"options": {},
"operation": "select"
},
"credentials": {
"mySql": {
"id": "HiSdj9EQPLInFlnQ",
"name": "MySQL-SaadeddinPastry"
}
},
"typeVersion": 2.4
},
{
"id": "b1a1e46f-4d7f-4068-a697-e35735af7718",
"name": "Zeile in Tabelle anhängen",
"type": "n8n-nodes-base.googleSheets",
"position": [
352,
-304
],
"parameters": {
"columns": {
"value": {
"id": "={{ $json.id }}",
"name": "={{ $json.name }}",
"email": "={{ $json.email }}",
"phone": "={{ $json.phone }}",
"gender": "={{ $json.gender }}",
"region": "={{ $json.region }}",
"datatime": "={{ $json.datatime }}",
"birthdate": "={{ $json.birthdate }}"
},
"schema": [
{
"id": "id",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "id",
"defaultMatch": true,
"canBeUsedToMatch": true
},
{
"id": "name",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "phone",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "phone",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "birthdate",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "birthdate",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "email",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "email",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "region",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "region",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "gender",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "gender",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "datatime",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "datatime",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"id"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "append",
"sheetName": {
"value": "gid=0"
},
"documentId": {
"value": "1b86B_7Hcusp7ehDNjJZtCa8Rlmljf2av7Hs-gaSluoc"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "KJ3WD4ZJZo6YMqm3",
"name": "Google Sheets account"
}
},
"typeVersion": 4.6
},
{
"id": "e7f77e58-ddfc-4086-8016-6ebdd9d01d44",
"name": "Zeilen in einer Tabelle aktualisieren",
"type": "n8n-nodes-base.mySql",
"position": [
352,
-128
],
"parameters": {
"table": {
"value": "fifa25_customers"
},
"options": {},
"dataMode": "defineBelow",
"operation": "update",
"valuesToSend": {
"values": [
{
"value": "1",
"column": "sync"
}
]
},
"valueToMatchOn": "={{ $json.id }}",
"columnToMatchOn": "id"
},
"credentials": {
"mySql": {
"id": "HiSdj9EQPLInFlnQ",
"name": "MySQL-SaadeddinPastry"
}
},
"typeVersion": 2.4
},
{
"id": "0aba12f9-2627-4be1-bd53-1505d332f352",
"name": "Haftnotiz",
"type": "n8n-nodes-base.stickyNote",
"position": [
-336,
48
],
"parameters": {
"color": 3,
"width": 208,
"height": 80,
"content": "Get 50 records from mysql table from not synced data"
},
"typeVersion": 1
},
{
"id": "2ad57e58-7f42-4ef3-8d3a-228fc8ab422b",
"name": "Zeitplan-Trigger alle n Minuten",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-528,
-112
],
"parameters": {
"rule": {
"interval": [
{
"field": "minutes",
"minutesInterval": 15
}
]
}
},
"typeVersion": 1.2
},
{
"id": "b52eebd6-1177-414e-8062-1204ac643dc9",
"name": "Haftnotiz1",
"type": "n8n-nodes-base.stickyNote",
"position": [
304,
16
],
"parameters": {
"color": 3,
"width": 208,
"height": 80,
"content": "Update all the got data with column sync = 1 to prevent duplication in next run"
},
"typeVersion": 1
},
{
"id": "13a3b1e5-32b2-436f-9961-d924c9d052ef",
"name": "Keine Operation, nichts tun",
"type": "n8n-nodes-base.noOp",
"position": [
352,
160
],
"parameters": {},
"typeVersion": 1
},
{
"id": "f82d841b-fbda-4eed-80e5-15fa83a6cc00",
"name": "Prüfen, ob neue Datensätze zurückgegeben wurden",
"type": "n8n-nodes-base.if",
"position": [
-80,
-112
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "fdc56e38-29be-42a1-baa8-3c4e2380b2c1",
"operator": {
"type": "number",
"operation": "gt"
},
"leftValue": "={{ $jmespath($input.all(), '[].json').length }}",
"rightValue": 0
}
]
}
},
"typeVersion": 2.2
},
{
"id": "d35b54c0-1bde-43d8-ad95-e79c9a5b3957",
"name": "Haftnotiz2",
"type": "n8n-nodes-base.stickyNote",
"position": [
176,
-352
],
"parameters": {
"width": 400,
"height": 656,
"content": "## Output"
},
"typeVersion": 1
}
],
"active": true,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "75f1c88c-35cb-4762-ba78-e19a2ca167bd",
"connections": {
"a78b4dc6-b4c6-4ed8-8b9f-dad0a6897307": {
"main": [
[
{
"node": "f82d841b-fbda-4eed-80e5-15fa83a6cc00",
"type": "main",
"index": 0
}
]
]
},
"f82d841b-fbda-4eed-80e5-15fa83a6cc00": {
"main": [
[
{
"node": "b1a1e46f-4d7f-4068-a697-e35735af7718",
"type": "main",
"index": 0
},
{
"node": "e7f77e58-ddfc-4086-8016-6ebdd9d01d44",
"type": "main",
"index": 0
}
],
[
{
"node": "13a3b1e5-32b2-436f-9961-d924c9d052ef",
"type": "main",
"index": 0
}
]
]
},
"2ad57e58-7f42-4ef3-8d3a-228fc8ab422b": {
"main": [
[
{
"node": "a78b4dc6-b4c6-4ed8-8b9f-dad0a6897307",
"type": "main",
"index": 0
}
]
]
}
}
}Häufig gestellte Fragen
Wie verwende ich diesen Workflow?
Kopieren Sie den obigen JSON-Code, erstellen Sie einen neuen Workflow in Ihrer n8n-Instanz und wählen Sie "Aus JSON importieren". Fügen Sie die Konfiguration ein und passen Sie die Anmeldedaten nach Bedarf an.
Für welche Szenarien ist dieser Workflow geeignet?
Fortgeschritten - Engineering
Ist es kostenpflichtig?
Dieser Workflow ist völlig kostenlos. Beachten Sie jedoch, dass Drittanbieterdienste (wie OpenAI API), die im Workflow verwendet werden, möglicherweise kostenpflichtig sind.
Verwandte Workflows
KI-gesteuerte Informationsüberwachung mit OpenAI, Google Sheets, Jina AI und Slack
Eine KI-gesteuerte Informationsüberwachung, die OpenAI, Google Sheets, Jina AI und Slack integriert
If
Set
Code
+
If
Set
Code
31 NodesDataki
Vertrieb
Automatisches Senden von Vtiger-Support-Tickets an Telegram (inkl. Status-Updates)
Automatisches Senden von Vtiger-Support-Tickets an Telegram (inkl. Statusaktualisierungen)
If
Telegram
Schedule Trigger
+
If
Telegram
Schedule Trigger
7 NodesAhmed Saadawi
Ticketverwaltung
Automatische Willkommensnachrichten per WhatsApp an neue Vtiger-Leads
Automatisches Senden von Willkommensnachrichten an Vtiger-CRM-Leads per WhatsApp über Evolution API
If
Schedule Trigger
Vtiger Node
+
If
Schedule Trigger
Vtiger Node
7 NodesAhmed Saadawi
Lead-Pflege
Technologie Radar
Advisoren für ein AI-gesteuertes Technologie-Radar mit SQL-Datenbank, RAG und Routing-Agenten
If
Code
Cron
+
If
Code
Cron
53 NodesSean Lon
Engineering
Vollständige Sicherungskopie von Airtable
Backup der Airtable-Datenbank nach S3
If
Set
Aws S3
+
If
Set
Aws S3
19 NodesAutonomous Work
Engineering
Vtiger CRM mit DeepSeek LLM zur Beantwortung häufiger Fragen
Automatisiertes Erstellen von FAQ-Antworten in Vtiger CRM mit DeepSeek LLM und LangChain
If
Agent
Schedule Trigger
+
If
Agent
Schedule Trigger
8 NodesAhmed Saadawi
Content-Erstellung
Workflow-Informationen
Schwierigkeitsgrad
Fortgeschritten
Anzahl der Nodes9
Kategorie1
Node-Typen6
Autor
Ahmed Saadawi
@ahmedsaadawiExterne Links
Auf n8n.io ansehen →
Diesen Workflow teilen