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 →
{
"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
}
],
"connections": {
"FunctionItem": {
"main": [
[
{
"node": "Set",
"type": "main",
"index": 0
}
]
]
},
"2 hours Interval": {
"main": [
[
{
"node": "FunctionItem",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Getting Started. Uses functionItem, interval. Manual trigger; 3 nodes.
Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Transporeon - orders - step 3 - process single. Uses start, functionItem, httpRequest, microsoftSql. Manual trigger; 26 nodes.
PostHog:Event:create:Identity:create:Alias:create:Track:page screen. Uses start, postHog. Manual trigger; 6 nodes.
This n8n template demonstrates how to identify new queries in Google Search Console that had no impressions in the past but appeared for the first time in the last 7 days. It also segments them into t
IDS AI - PDF Processor. Uses functionItem, respondToWebhook. Webhook trigger; 5 nodes.