Describe the problem/error/question
I have been trying to split an array into different items.
I have tried passing just an array, a string, array in object, but I still get same error. I wonder if it’s a bug or if I have missed something very obvious.
Please help!!!
What is the error message (if any)?
Error that i am getting : this.getNodeParameter(…).split is not a function
TypeError: this.getNodeParameter(…).split is not a function at ExecuteContext.execute
Information on your n8n setup
- n8n version: 1.110.1
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): railway docker
- Operating system:

