Workflow: Manual Executecommand Automation

Workflow Details

Download Workflow
{
    "id": "29",
    "name": "N8N Espa\u00f1ol - Ejemplos",
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "name": "Min\u00fasculas",
            "type": "n8n-nodes-base.executeCommand",
            "color": "#E31515",
            "notes": ".toLowerCase()",
            "position": [
                650,
                -10
            ],
            "parameters": {
                "command": "=echo Min\u00fasuclas: {{$node[\"Set\"].json[\"mensaje\"].toLowerCase()}}"
            },
            "notesInFlow": true,
            "typeVersion": 1
        },
        {
            "name": "May\u00fasculas",
            "type": "n8n-nodes-base.executeCommand",
            "color": "#0BA1ED",
            "notes": ".toUpperCase()",
            "position": [
                800,
                90
            ],
            "parameters": {
                "command": "=echo May\u00fasculas: {{$node[\"Set\"].json[\"mensaje\"].toUpperCase()}}"
            },
            "notesInFlow": true,
            "typeVersion": 1
        },
        {
            "name": "Set",
            "type": "n8n-nodes-base.set",
            "position": [
                440,
                180
            ],
            "parameters": {
                "values": {
                    "string": [
                        {
                            "name": "mensaje",
                            "value": "Un Le\u00f3n pasea por la Sabana Africana"
                        }
                    ]
                },
                "options": []
            },
            "typeVersion": 1
        },
        {
            "name": "Replace",
            "type": "n8n-nodes-base.executeCommand",
            "color": "#0BA1ED",
            "notes": ".replace - .replace('Un Le\u00f3n', 'Una Jirafa')",
            "position": [
                800,
                290
            ],
            "parameters": {
                "command": "=echo Replace: {{$node[\"Set\"].json[\"mensaje\"].replace('Un Le\u00f3n', 'Una Jirafa')}}"
            },
            "notesInFlow": true,
            "typeVersion": 1
        },
        {
            "name": "Merge",
            "type": "n8n-nodes-base.merge",
            "notes": "Junta las salidas",
            "position": [
                960,
                10
            ],
            "parameters": [],
            "notesInFlow": true,
            "typeVersion": 1
        },
        {
            "name": "Resultado",
            "type": "n8n-nodes-base.merge",
            "color": "#F41C0D",
            "notes": "Junta las salidas",
            "position": [
                1070,
                240
            ],
            "parameters": [],
            "notesInFlow": true,
            "typeVersion": 1
        }
    ],
    "active": false,
    "settings": [],
    "connections": {
        "Set": {
            "main": [
                [
                    {
                        "node": "Min\u00fasculas",
                        "type": "main",
                        "index": 0
                    },
                    {
                        "node": "May\u00fasculas",
                        "type": "main",
                        "index": 0
                    },
                    {
                        "node": "Replace",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Merge": {
            "main": [
                [
                    {
                        "node": "Resultado",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Replace": {
            "main": [
                [
                    {
                        "node": "Resultado",
                        "type": "main",
                        "index": 1
                    }
                ]
            ]
        },
        "May\u00fasculas": {
            "main": [
                [
                    {
                        "node": "Merge",
                        "type": "main",
                        "index": 1
                    }
                ]
            ]
        },
        "Min\u00fasculas": {
            "main": [
                [
                    {
                        "node": "Merge",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Set",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Splitout Code Monitor Webhook
View
Code Webhook Automation Webhook
View
Localfile Manual Create Webhook
View
Postgres Webhook Create Webhook
View
Fully automated Video Captions generation with json2video
View
Code Schedule Create Webhook
View
⚡AI-Powered YouTube Playlist & Video Summarization and Analysis v2
View
Create a channel, invite users to the channel, post a message, and upload a file
View
Search LinkedIn companies and add them to Airtable CRM
View
Discord MCP Server
View