Workflow: GoogleSheets Cron Automation

Workflow Details

Download Workflow
{
    "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": "qwertz",
                "operation": "append",
                "authentication": "oAuth2"
            },
            "credentials": {
                "googleSheetsOAuth2Api": {
                    "id": "2",
                    "name": "google_sheets_oauth"
                }
            },
            "typeVersion": 1
        }
    ],
    "connections": {
        "Cron": {
            "main": [
                [
                    {
                        "node": "MySQL - select",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "MySQL - select": {
            "main": [
                [
                    {
                        "node": "Google Sheets - write",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Extract And Decode Google News RSS URLs to Clean Article Links
View
Add subscriber to form, create tag and subscriber to the tag
View
Postgres Webhook Automation Webhook
View
Error Gmail Send Triggered
View
Limit Code Automation Scheduled
View
All-in-One Telegram/Baserow AI Assistant 🤖🧠 Voice/Photo/Save Notes/Long Term Mem
View
Post new Google Calendar events to Telegram
View
Travel AssistantAgent
View
🤖 Telegram Messaging Agent for Text/Audio/Images
View
Notion to Linkedin
View