{
  "name": "Scheduled Google Sheets data backup to Google Drive",
  "nodes": [
    {
      "id": "c92f4d85-fd92-48ff-afc3-159b54ef8d54",
      "name": "Daily Backup Schedule (2 AM)",
      "type": "n8n-nodes-base.cron",
      "position": [
        -80,
        16
      ]
    },
    {
      "id": "fda053c6-5faa-4a13-b49d-6eca379f8a14",
      "name": "Read Google Sheet Data",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        352,
        16
      ]
    },
    {
      "id": "65ac2d1d-d51a-4193-b31b-fd62008af926",
      "name": "Upload Backup to Google Drive",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        576,
        16
      ]
    },
    {
      "id": "23e8110e-a5ae-4265-aec2-24fed16b6f05",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        736,
        -384
      ],
      "parameters": {
        "width": null,
        "height": 720,
        "content": "## Setup Steps\n\nTo get this workflow up and running, follow these instructions:\n\nStep 1: Create Google Sheets and Google Drive Credentials in n8n\n\nIn your n8n instance, go to Credentials in the left s"
      }
    },
    {
      "id": "c7ab73c2-82e3-4325-a2f6-6be147c3f2f6",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -336,
        -336
      ],
      "parameters": {
        "width": null,
        "height": 688,
        "content": "## Configure the Nodes\n\n\nRead Google Sheet Data Node:\n\nSelect your Google Sheets credential.\n\nReplace YOUR_SOURCE_GOOGLE_SHEET_ID with the ID of the Google Sheet you want to back up.\n\nReplace Sheet1 w"
      }
    },
    {
      "id": "ef4e8c84-1992-49a1-977f-3cb557e784b6",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        80,
        -240
      ],
      "parameters": {
        "width": null,
        "height": 416,
        "content": "## Scheduled Google Sheets Data Backup to Google Drive\n\n**Author:  David Olusola** \nThis workflow regularly backs up a Google Sheet by exporting its data and saving it as a new file (CSV or XLSX) in a"
      }
    }
  ],
  "connections": {
    "Read Google Sheet Data": {
      "main": [
        [
          {
            "node": "Upload Backup to Google Drive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Daily Backup Schedule (2 AM)": {
      "main": [
        [
          {
            "node": "Read Google Sheet Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}