Data Processing & Analysis

0234 GoogleSheets Cron Create Scheduled

0234 GoogleSheets Cron Create Scheduled

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

Workflow Overview

Total Nodes
3
Node Types
0

Workflow JSON

1.66 KB
{
  "name": "0234 GoogleSheets Cron Create Scheduled",
  "nodes": [
    {
      "name": "Cron",
      "type": "n8n-nodes-base.cron",
      "position": [
        100,
        160
      ],
      "parameters": {
        "triggerTimes": {
          "item": [
            {
              "hour": 5,
              "mode": "everyWeek"
            }
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "name": "MySQL - insert",
      "type": "n8n-nodes-base.mySql",
      "position": [
        500,
        160
      ],
      "parameters": {
        "table": "books",
        "columns": "title, price",
        "options": {
          "ignore": true,
          "priority": "LOW_PRIORITY"
        }
      },
      "credentials": {
        "mySql": {
          "id": "82",
          "name": "MySQL account"
        }
      },
      "typeVersion": 1
    },
    {
      "name": "Google Sheets - read",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        300,
        160
...

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