Smart Factory Data Generator
Smart Factory Data Generator
Manual
Medium
3
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
3
Node Types
0
Workflow JSON
1.75 KB
{
"id": "167",
"name": "Smart Factory Data Generator",
"nodes": [
{
"name": "Set",
"type": "n8n-nodes-base.set",
"position": [
650,
300
],
"parameters": {
"values": {
"number": [],
"string": [
{
"name": "machine_id.name",
"value": "n8n_cr8"
},
{
"name": "temperature_celsius",
"value": "={{Math.floor(Math.random() * 100);}}"
},
{
"name": "machine_id.uptime",
"value": "={{Math.floor(Math.random() * 100);}}"
},
{
"name": "time_stamp",
"value": "={{Date.now();}}"
}
],
"boolean": []
},
"options": {}
},
"typeVersion": 1
},
{
"name": "Interval",
"type": "n8n-nodes-base.interval",
"position": [
450,
300
],
...Showing first 1000 characters. Click "Expand" to view the full JSON.