Workflow: Manual Automation

Workflow Details

Download Workflow
{
    "id": "141",
    "name": "Assign values to variables using the Set node",
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "name": "Set",
            "type": "n8n-nodes-base.set",
            "position": [
                450,
                300
            ],
            "parameters": {
                "values": {
                    "number": [
                        {
                            "name": "number",
                            "value": 20
                        }
                    ],
                    "string": [
                        {
                            "name": "string",
                            "value": "From n8n with love"
                        }
                    ],
                    "boolean": [
                        {
                            "name": "boolean",
                            "value": true
                        }
                    ]
                },
                "options": []
            },
            "typeVersion": 1
        }
    ],
    "active": false,
    "settings": [],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Set",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Turn YouTube Videos into Summaries, Transcripts, and Visual Insights
View
OpenAI-model-examples
View
Manual Stickynote Update Triggered
View
Splitout Webhook Create Webhook
View
Telegram Code Automation Webhook
View
Manual Datetime Automate Triggered
View
Invoiceninja Automate Triggered
View
Receive updates when a form is submitted in Mautic, and send a confirmation SMS
View
Search news using Perplexity AI and post to X (Twitter)
View
Wait Slack Monitor Webhook
View