{
  "name": "Perform unit-aware calculations and conversions with CalcsLive",
  "nodes": [
    {
      "id": null,
      "name": "Sticky Note - Intro",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        32,
        -576
      ],
      "parameters": {
        "width": 672,
        "height": 512,
        "content": "## 🚀 CalcsLive Demo Workflow\n\nThis workflow demonstrates **unit-aware calculations** with automatic unit conversion.\n\n### What you'll learn:\n1. Basic calculations can be reused.\n2. Input units flexibi"
      }
    },
    {
      "id": null,
      "name": "Sticky Note - Speed",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        832,
        -64
      ],
      "parameters": {
        "width": 352,
        "height": 208,
        "content": "### 📊 Speed Calculation\n\nArticleID: 3M6P9TF5P-3XA\nCalc link: https://calcslive.com/editor/3M6P9TF5P-3XA\n\nInputs & outputs variable symbols are populated in dropdown list for cherry-picking.\n\nOutput: S"
      }
    },
    {
      "id": null,
      "name": "Sticky Note - Volume",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        608,
        336
      ],
      "parameters": {
        "width": 208,
        "height": 176,
        "content": "### 📦 Cylinder Volume\n\nArticleID: 3M6P9TF5P-3XA\nCalc link: https://calcslive.com/editor/3M6P9TF5P-3XA\n\nOutput: Volume in valid unit."
      }
    },
    {
      "id": null,
      "name": "Sticky Note - Merge",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        840,
        416
      ],
      "parameters": {
        "width": 200,
        "height": 190,
        "content": "### 🔀 Merge Node\n\nCombines data from:\n- Cylinder Volume (V)\n- Density Input (ρ)\n\nBoth are needed for Mass Calc."
      }
    },
    {
      "id": null,
      "name": "Sticky Note - Mass",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1056,
        416
      ],
      "parameters": {
        "width": 304,
        "height": 240,
        "content": "### ⛓️ Chained Calculation\n\nArticleID: 3M6PBGU7S-3CA\nCalc link: https://calcslive.com/editor/3M6PBGU7S-3CA\n\nThis node takes the **merged output** from Volume Calc + Density to calculate mass.\n\nThis is"
      }
    },
    {
      "id": null,
      "name": "When clicking 'Execute workflow'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        80,
        -48
      ]
    },
    {
      "id": null,
      "name": "Set Density Input",
      "type": "n8n-nodes-base.set",
      "position": [
        432,
        368
      ]
    },
    {
      "id": null,
      "name": "Speed Calc (d,t) → v",
      "type": "@calcslive/n8n-nodes-calcslive.calcsLive",
      "position": [
        640,
        -48
      ]
    },
    {
      "id": null,
      "name": "Cylinder Volume (D,h) → V",
      "type": "@calcslive/n8n-nodes-calcslive.calcsLive",
      "position": [
        640,
        160
      ]
    },
    {
      "id": null,
      "name": "Merge Volume + Density",
      "type": "n8n-nodes-base.merge",
      "position": [
        856,
        264
      ]
    },
    {
      "id": null,
      "name": "Mass Calc (V,ρ) → m",
      "type": "@calcslive/n8n-nodes-calcslive.calcsLive",
      "position": [
        1072,
        264
      ]
    },
    {
      "id": null,
      "name": "Sticky Note - Video",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        720,
        -576
      ],
      "parameters": {
        "width": 464,
        "height": 288,
        "content": "@[youtube](xC4iFwNkIQs)"
      }
    },
    {
      "id": null,
      "name": "Set Inputs for Speed",
      "type": "n8n-nodes-base.set",
      "position": [
        432,
        -48
      ]
    },
    {
      "id": null,
      "name": "Set Inputs for Cylinder",
      "type": "n8n-nodes-base.set",
      "position": [
        432,
        160
      ]
    }
  ],
  "connections": {
    "Set Density Input": {
      "main": [
        [
          {
            "node": "Merge Volume + Density",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Set Inputs for Speed": {
      "main": [
        [
          {
            "node": "Speed Calc (d,t) → v",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge Volume + Density": {
      "main": [
        [
          {
            "node": "Mass Calc (V,ρ) → m",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Inputs for Cylinder": {
      "main": [
        [
          {
            "node": "Cylinder Volume (D,h) → V",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Cylinder Volume (D,h) → V": {
      "main": [
        [
          {
            "node": "Merge Volume + Density",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking 'Execute workflow'": {
      "main": [
        [
          {
            "node": "Set Inputs for Speed",
            "type": "main",
            "index": 0
          },
          {
            "node": "Set Inputs for Cylinder",
            "type": "main",
            "index": 0
          },
          {
            "node": "Set Density Input",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}