I’m trying to split out a multi-dimensional array using item lists but it keeps throwing an error stating it cannot find Object, Object. The structure seems like I should be able to use Item lists, so I’m not sure why it is not working. The data I’m specifically trying to extract is the “sellerId”, which you will see in the workflow I pasted below.
Note: Even thought I’m using more recent version, I uploaded a previous workflow which still is using FunctionItem node instead of Code. But I do not believe this is causing the problem.
ERROR: Couldn’t find the field ‘[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]’ in the input data
Here’s a simpler version, focusing just on the issue;
Additionally, if I just try splitting the sellerId using {{ $json[“offers”][0][“sellerId”] }}
It gives me ERROR: Couldn’t find the field ‘ATY4ITDW0ZSW’ in the input data
which is strange because if it knows the value of the field which it put in single quotes, then it can obviously find it, so I’m not understanding what the error is.
(Select the nodes and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow respectively)
## Share the output returned by the last node
<!-- If you need help with transforming the data, please also share the expected output -->
## Information on your n8n setup
- **n8n version:**
- **Database you're using (default: SQLite):**
- **Running n8n with the execution process [own(default), main]:**
- **Running n8n via [Docker, npm, n8n.cloud, desktop app]:**