RSS SplitInBatches and Merge Problem

Describe the problem/error/question

Hi, Im a new user and my English is bad, but Ill try to explain.

I want pass a “feedType” to Notion, so I try to use Merge

and fix “Code” node like this

return [
  {
    "json": {
      "url": "http://www.199it.com/archives/category/entertain/mobile-games/feed",
      "type": "199it"
    }
  },
  {
    "json": {
      "url": "http://www.gamelook.com.cn/feed",
      "type": "gamelook"
    }
  }
]

It can see “feedType” at Notion node

What is the error message (if any)?

But it show “ERROR: texts is not iterable”

How to fix this?

Please share your workflow

This is my ERROR workflow

Share the output returned by the last node

Information on your n8n setup

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