Workflow: Manual Datetime Automate

Workflow Details

Download Workflow
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "name": "Date & Time",
            "type": "n8n-nodes-base.dateTime",
            "position": [
                450,
                300
            ],
            "parameters": {
                "value": "14\/02\/2020",
                "options": {
                    "fromFormat": "DD\/MM\/YYYY"
                }
            },
            "typeVersion": 1
        }
    ],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Date & Time",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Manual Code Automate Triggered
View
Filter Slack Send Scheduled
View
Code Filter Send Webhook
View
Telegram Redis Create Webhook
View
Manual Stickynote Automate Triggered
View
Manual HTTP Automation Webhook
View
Shopify Zendesk Create Triggered
View
Splitout Filter Automation Webhook
View
Add a event to Calender
View
Complete Guide to Setting Up and Generating TOTP Codes in n8n 🔐
View