AutomationFlowsGeneral › Test Items Count in n8n Workflow

Test Items Count in n8n Workflow

Original n8n title: Items Count Test

Items count test. Event-driven trigger; 4 nodes.

Event trigger★★☆☆☆ complexity4 nodes
General Trigger: Event Nodes: 4 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
{
  "id": "1036",
  "name": "Items count test",
  "nodes": [
    {
      "parameters": {},
      "id": "f3798b2f-f93b-455f-9874-d196beee0738",
      "name": "When clicking \"Execute Workflow\"",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        620,
        580
      ]
    },
    {
      "parameters": {
        "values": {
          "number": [
            {
              "name": "=names",
              "value": "={{ $json.name.split(' ') }}"
            }
          ]
        },
        "options": {}
      },
      "id": "3f0ba2fb-1033-45fb-9d99-1f14465ce500",
      "name": "Set all",
      "type": "n8n-nodes-base.set",
      "typeVersion": 1,
      "position": [
        820,
        520
      ]
    },
    {
      "parameters": {
        "values": {
          "string": [
            {
              "name": "names",
              "value": "={{ $json.name.split(' ') }}"
            }
          ]
        },
        "options": {}
      },
      "id": "913850c6-1f3c-4240-9130-0a355ee14224",
      "name": "Set one",
      "type": "n8n-nodes-base.set",
      "typeVersion": 1,
      "position": [
        820,
        660
      ],
      "executeOnce": true
    },
    {
      "parameters": {},
      "id": "5ef4cb52-32c8-48c6-9b0e-969beaa2ea54",
      "name": "Merge",
      "type": "n8n-nodes-base.merge",
      "typeVersion": 2,
      "position": [
        1020,
        580
      ]
    }
  ],
  "connections": {
    "When clicking \"Execute Workflow\"": {
      "main": [
        [
          {
            "node": "Set all",
            "type": "main",
            "index": 0
          },
          {
            "node": "Set one",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set all": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set one": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 1
          }
        ]
      ]
    }
  },
  "settings": {},
  "triggerCount": 0,
  "versionId": "9d42146d-4bcf-45b2-a343-be9406592801",
  "owner": {
    "type": "personal",
    "personalEmail": "csaba@n8n.io"
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Items count test. Event-driven trigger; 4 nodes.

Source: https://github.com/cstuncsik/n8n-env-test/blob/e63c9d292c1cf01fac4030bd5c388d1625448b9a/workflows/1036.json — 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

Http-Handle. Uses httpRequest. Event-driven trigger; 13 nodes.

HTTP Request
General

Absen Otomatis. Uses ssh, executeWorkflowTrigger, scheduleTrigger, httpRequest. Event-driven trigger; 12 nodes.

Ssh, Execute Workflow Trigger, HTTP Request
General

Automate document translation and ensure translation accuracy using Straker Verify, Google Drive and Slack.

N8N Nodes Straker Verify, Google Drive, Google Drive Trigger
General

The Switch node is powerful — but easy to misconfigure. Without a proper fallback, things can silently break. 🧨

Stop And Error
General

This workflow contains community nodes that are only compatible with the self-hosted version of n8n. Monitors Google Drive for new video file uploads Downloads and processes videos using VLM Run AI tr

@Vlm Run/N8N Nodes Vlmrun, Google Drive Trigger, Google Drive +1