AutomationFlowsGeneral › n8n Getting Started Workflow with FunctionItem

n8n Getting Started Workflow with FunctionItem

Original n8n title: Getting Started

Getting Started. Uses functionItem, interval. Manual trigger; 3 nodes.

Manual trigger★☆☆☆☆ complexity3 nodesFunction Item
General Trigger: Manual Nodes: 3 Complexity: ★☆☆☆☆ Added:

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 →

Download .json
{
  "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
          }
        ]
      ]
    }
  }
}
Pro

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 →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Transporeon - orders - step 3 - process single. Uses start, functionItem, httpRequest, microsoftSql. Manual trigger; 26 nodes.

Start, Function Item, HTTP Request +3
General

PostHog:Event:create:Identity:create:Alias:create:Track:page screen. Uses start, postHog. Manual trigger; 6 nodes.

Start, Post Hog
General

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

Start, N8N Nodes Google Search Console
General

FASE 2 - Publicador. Uses start. Manual trigger; 6 nodes.

Start
General

IDS AI - PDF Processor. Uses functionItem, respondToWebhook. Webhook trigger; 5 nodes.

Function Item