Still having issues with form - next - end

Information on your n8n setup

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

On next form I get

{
  "errorMessage": "Cannot read properties of undefined (reading 'getNodeParameter')",
  "errorDetails": {},
  "n8nDetails": {
    "n8nVersion": "1.70.0 (Self Hosted)",
    "binaryDataMode": "default",
    "stackTrace": [
      "TypeError: Cannot read properties of undefined (reading 'getNodeParameter')",
      "    at ExecuteContext.execute (C:\\Users\\sales\\AppData\\Roaming\\npm\\node_modules\\n8n-nodes-base\\nodes\\Form\\Form.node.ts:389:29)",
      "    at Workflow.runNode (C:\\Users\\sales\\AppData\\Roaming\\npm\\node_modules\\n8n\\node_modules\\n8n-workflow\\src\\Workflow.ts:1383:31)",
      "    at C:\\Users\\sales\\AppData\\Roaming\\npm\\node_modules\\n8n\\node_modules\\n8n-core\\src\\WorkflowExecute.ts:1162:42",
      "    at C:\\Users\\sales\\AppData\\Roaming\\npm\\node_modules\\n8n\\node_modules\\n8n-core\\src\\WorkflowExecute.ts:1883:11"
    ]
  }
}

PS I copied the workflow and pasted in here but it is not displaying the workflow

Hi @Steve_Warburton

The error “Cannot read properties of undefined (reading ‘getNodeParameter’)” usually means a configuration issue with the node - can you double-check your node setup and make sure all required parameters are correctly defined?

Also, in order to embed a workflow in a forum post, you need to paste your json between two block quotes (```). I went ahead and reformatted your original post to show the workflow, hope that’s ok!