Splitout node does not always returns data correct?

I use the Split Out node to separate a single data item containing a list into multiple items. For example, a list of SERP data, and I want to split them so that you have an item with all the “people_also_ask_element.” (json: Unique Download Link | WeTransfer)

I have added “tasks[0].result[0].items[2].items” in the “fields to split out” field but the results seems to be then in tasks[0].result[0].items[2].items and the other time in tasks[0].result[0].items[1].items

So if “tasks[0].result[0].items[2].items” works greate while testing. When clicking the clicking the “test workflow” button the test stops at the split out node telling me “The field ‘tasks[0].result[0].items[2].items’ wasn’t found in any input item”

How can I do it differently so it works?

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:
  • **n8n version: 1.78.0
  • **Database (default: SQLite): i am using the default
  • **n8n EXECUTIONS_PROCESS setting (default: own, main): ?
  • **Running n8n via Docker
  • **Operating system: Macbook macOS 14

Your original WeTransfer link has expired. Could you add the workflow source to your post with a separate 3-back-tick line before and after? Like this:

```
{ workflow json here }
```