The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"id": "5",
"name": "testworkflow",
"nodes": [
{
"name": "FunctionItem",
"type": "n8n-nodes-base.functionItem",
"color": "#067325",
"position": [
860,
680
],
"parameters": {
"functionCode": "item.myVariable = 1;\nitem.myVariable2 = \"this is exciting\";\nreturn item;"
},
"typeVersion": 1
},
{
"name": "2 hours Interval",
"type": "n8n-nodes-base.interval",
"color": "#FF2A00",
"notes": "It is the 4 hours interval in which this node gets executed",
"position": [
630,
680
],
"parameters": {
"unit": "hours",
"interval": 2
},
"typeVersion": 1
},
{
"name": "Set",
"type": "n8n-nodes-base.set",
"position": [
1040,
680
],
"parameters": {
"values": {
"string": [
{
"name": "data",
"value": "={{$node[\"FunctionItem\"].data[\"myVariable2\"]}}"
}
]
},
"keepOnlySet": true
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {
"FunctionItem": {
"main": [
[
{
"node": "Set",
"type": "main",
"index": 0
}
]
]
},
"2 hours Interval": {
"main": [
[
{
"node": "FunctionItem",
"type": "main",
"index": 0
}
]
]
}
},
"meta": {
"site": "https://github.com/zengfr/n8n-workflow-all-templates",
"name": "n8n Nodemation basic - getting started on the workflow canvas (1/3)",
"wechat": "youandme10086",
"id": 18,
"update_time": "2025-11-10"
}
}
About this workflow
testworkflow. Uses functionItem, interval. Manual trigger; 3 nodes.
Source: https://github.com/zengfr/n8n-workflow-all-templates/blob/main/n8n-workflow-all-templates/00/00/00/18_n8n_Nodemation_basic_-_getting_started_on_the_workflow_canvas__1_3.json — original creator credit. Request a take-down →