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

Webhook Nocodb Create Webhook
View
Form GoogleSheets Create Triggered
View
XML Conversion
View
Aggregate Jotform Create Triggered
View
Receive messages for an ActiveMQ queue via AMQP Trigger
View
AI-Driven WooCommerce Product Importer with SEO
View
Wait Splitout Automation Webhook
View
Wait Splitout Create Triggered
View
Filter Telegram Send Triggered
View
Create a new issue in Jira
View