Split Out Error - this.getNodeParameter(...).split is not a function

Describe the problem/error/question

Hello everyone, it’s only been a few hours since I discovered N8N, already installed and already discovering the tool, and of course the first questions :slight_smile:

I’m trying to split out Basic JSON, but there’s no way I can make it work.

Am I missing something on this ?

Thank you !

What is the error message (if any)?

TypeError: this.getNodeParameter(…).split is not a function at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Transform/SplitOut/SplitOut.node.js:112:18) at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:722:42) at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:711:66 at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1141:20

Information on your n8n setup

  • n8n version: 1.61.0 (Self Hosted)
  • Database : SQLite
  • n8n EXECUTIONS_PROCESS setting : own, main
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Windows 11

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

Welcome to the community @TheGlitch !

Tip for sharing information

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

That implies to any JSON output you would like to share with us.


The field to split out is just “topics”. No need to use an expression in this case.

2 Likes

Thank you very much ! Works like a charm :slight_smile:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.