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

Monitor ProductHunt
View
Automate Drive-To-Store Lead Generation System (with coupon) on SuiteCRM
View
Create Custom Presentations per Lead
View
Code Schedule Create Scheduled
View
Splitout Webhook Automation Webhook
View
Code Itemlists Create Scheduled
View
CoinMarketCap_Crypto_Agent_Tool
View
Plex Automatic Throttler
View
HTTP Stickynote Create Webhook
View
CFP Selection 2
View