AutomationFlowsGeneral › Centroid Demonstration

Centroid Demonstration

Centroid demonstration. Uses n8n-nodes-rckflr-centroid. Manual trigger; 2 nodes.

Manual trigger★☆☆☆☆ complexity2 nodesN8N Nodes Rckflr Centroid
General Trigger: Manual Nodes: 2 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
{
  "name": "Centroid demonstration",
  "nodes": [
    {
      "parameters": {
        "mode": "json",
        "json": {
          "data": [
            {
              "vectors": [
                [
                  0,
                  0,
                  1
                ],
                [
                  10,
                  4,
                  5
                ],
                [
                  3,
                  8,
                  9
                ]
              ]
            }
          ]
        }
      },
      "id": "SetVectors",
      "name": "Set Vectors",
      "type": "n8n-nodes-base.set",
      "typeVersion": 2,
      "position": [
        300,
        320
      ]
    },
    {
      "parameters": {
        "mergeOutput": true
      },
      "id": "CentroidNode",
      "name": "Centroid",
      "type": "n8n-nodes-rckflr-centroid.centroid",
      "typeVersion": 1,
      "position": [
        560,
        320
      ]
    }
  ],
  "connections": {
    "Set Vectors": {
      "main": [
        [
          {
            "node": "Centroid",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {},
  "staticData": null,
  "version": 2
}
Pro

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

About this workflow

Centroid demonstration. Uses n8n-nodes-rckflr-centroid. Manual trigger; 2 nodes.

Source: https://github.com/MauricioPerera/n8n-nodes-rckflr-centroid/blob/c7ebfe4135079ba4fd5fc97bf8cd4f203f961def/examples/centroid-basic.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

Manage contacts via Autopilot. Uses autopilot. Manual trigger; 4 nodes.

Autopilot
General

Manage transfers automatically in Wise. Uses wise. Manual trigger; 4 nodes.

Wise
General

testworkflow. Uses functionItem, interval. Manual trigger; 3 nodes.

Function Item
General

Filter Data Example. Uses start. Manual trigger; 3 nodes.

Start
General

Basic AEC Tender Search Example. Uses n8n-nodes-aec-tenders, itemLists. Manual trigger; 3 nodes.

N8N Nodes Aec Tenders, Item Lists