Business Process Automation
0190 Executecommand Functionitem Automate
0190 Executecommand Functionitem Automate
Manual
Medium
3
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
3
Node Types
0
Workflow JSON
1.29 KB
{
"name": "0190 Executecommand Functionitem Automate",
"nodes": [
{
"name": "Execute Command",
"type": "n8n-nodes-base.executeCommand",
"position": [
600,
350
],
"parameters": {
"command": "echo \"{ \\\"value1\\\": true, \\\"value2\\\": 1 }\""
},
"typeVersion": 1
},
{
"name": "IF",
"type": "n8n-nodes-base.if",
"position": [
800,
450
],
"parameters": {
"conditions": {
"boolean": [
{
"value1": "={{JSON.parse($node[\"Execute Command\"].data[\"stdout\"]).value1}}",
"value2": true
}
]
}
},
"typeVersion": 1
},
{
"name": "To Flow Data",
"type": "n8n-nodes-base.functionItem",
"position": [
800,
250
],
"parameters": {
"functionCode": "item = JSON.parse(item.stdout);\nreturn item;"
},
"typeVersion":...Showing first 1000 characters. Click "Expand" to view the full JSON.