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

Manual Mongodb Automate Triggered
View
Email verification with Icypeas (single)
View
Filter Extractfromfile Create Triggered
View
Splitout GoogleCalendar Send Webhook
View
Splitout Code Automation Triggered
View
Webhook Dropcontact Create Webhook
View
Coffee Bot (Matrix)
View
Expense Tracker App
View
Telegram AI multi-format chatbot
View
Import Productboard Notes, Companies and Features into Snowflake
View