Workflow: GoogleSheets Cron Automate

Workflow Details

Download Workflow
{
    "nodes": [
        {
            "name": "Read Sheet",
            "type": "n8n-nodes-base.googleSheets",
            "position": [
                700,
                300
            ],
            "parameters": {
                "range": "Data!A:G",
                "rawData": true
            },
            "typeVersion": 1
        },
        {
            "name": "Cron",
            "type": "n8n-nodes-base.cron",
            "position": [
                500,
                300
            ],
            "parameters": {
                "triggerTimes": {
                    "item": [
                        {
                            "mode": "custom",
                            "cronExpression": "0 *\/2 * * * *"
                        }
                    ]
                }
            },
            "typeVersion": 1
        },
        {
            "name": "Write Sheet 2",
            "type": "n8n-nodes-base.googleSheets",
            "position": [
                900,
                400
            ],
            "parameters": {
                "range": "={{$node[\"Read Sheet\"].parameter[\"range\"]}}",
                "rawData": true,
                "operation": "update"
            },
            "typeVersion": 1
        },
        {
            "name": "Write Sheet 1",
            "type": "n8n-nodes-base.googleSheets",
            "position": [
                900,
                200
            ],
            "parameters": {
                "range": "={{$node[\"Read Sheet\"].parameter[\"range\"]}}",
                "rawData": true,
                "operation": "update"
            },
            "typeVersion": 1
        }
    ],
    "connections": {
        "Cron": {
            "main": [
                [
                    {
                        "node": "Read Sheet",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Read Sheet": {
            "main": [
                [
                    {
                        "node": "Write Sheet 2",
                        "type": "main",
                        "index": 0
                    },
                    {
                        "node": "Write Sheet 1",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Webhook Slack Automate Webhook
View
Automate Drive-To-Store Lead Generation System (with coupon) on SuiteCRM
View
Code HTTP Send Webhook
View
YouTube Videos with AI Summaries on Discord
View
GoogleSheets Slack Send Triggered
View
Merge PDFs
View
Building RAG Chatbot for Movie Recommendations with Qdrant and Open AI
View
Add new incoming emails to a Google Sheets spreadsheet as a new row.
View
[2/2] KNN classifier (lands dataset)
View
DSP Certificate w/ Google Forms
View