Data Processing & Analysis

0235 GoogleSheets Cron Automation Scheduled

0235 GoogleSheets Cron Automation Scheduled

Scheduled
Medium
3
Nodes
Scheduled
Trigger
Medium
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
3
Node Types
0

Workflow JSON

1.61 KB
{
  "name": "0235 GoogleSheets Cron Automation Scheduled",
  "nodes": [
    {
      "name": "Cron",
      "type": "n8n-nodes-base.cron",
      "position": [
        100,
        420
      ],
      "parameters": {
        "triggerTimes": {
          "item": [
            {
              "hour": 5,
              "mode": "everyWeek"
            }
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "name": "MySQL - select",
      "type": "n8n-nodes-base.mySql",
      "position": [
        300,
        420
      ],
      "parameters": {
        "query": "SELECT * FROM books;",
        "operation": "executeQuery"
      },
      "credentials": {
        "mySql": {
          "id": "82",
          "name": "MySQL account"
        }
      },
      "typeVersion": 1
    },
    {
      "name": "Google Sheets - write",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        500,
        420
      ],
      "parameters": {
        "options": {},
        "sheetId": ...

Showing first 1000 characters. Click "Expand" to view the full JSON.