Error in level 1 course: Please provide the correct Unique ID

Describe the problem/error/question: Trying to run node as per tutorial in level-1, but I am getting error “Please provide the correct Unique ID.”

What is the error message (if any)? “Please provide the correct Unique ID.”

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.) {
  "nodes": [
    {
      "parameters": {},
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        0,
        0
      ],
      "id": "13e913c5-fb49-44c8-b2b3-5af892c6daa4",
      "name": "When clicking ‘Execute workflow’"
    },
    {
      "parameters": {
        "url": "https://internal.users.n8n.cloud/webhook/custom-erp",
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [
            {
              "name": "unique_id",
              "value": "2be5f4a11dd3fe1795b423c2a130f9ae"
            }
          ]
        },
        "options": {}
      },
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        208,
        0
      ],
      "id": "f5da520a-eab0-4baf-9e66-c0b56288b155",
      "name": "HTTP Request",
      "credentials": {
        "httpHeaderAuth": {
          "id": "wKJwx4EYuLi6CHGF",
          "name": "Header Auth account"
        }
      }
    }
  ],
  "connections": {
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "pinData": {},
  "meta": {
    "instanceId": "5522696202bfbec3cf1869d7bcfa36ae5a2c173e5a1f4f8163e74d974efdfaf0"
  }
}

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system: