A client of mine reported an issue with me and we had a look together, managed to reproduce it on my own server with very small data object like shown below.
Describe the problem/error/question
This issue seem to happen after XML to JSON conversion. Without these XML nodes it doesnt happen. Havent tried all options of course but directly from the trigger to the set it is all good but with the XML in between not.
Also when not putting an object in the “array object” so for example just {array:{count:1}} does work fine.
What is the error message (if any)?
in set 3 after running the flow
running just that last node after error

Please share your workflow
Pinned data in first node
[
{
"array": {
"count": "1",
"object": {
"field": "Value"
}
}
}
]
Share the output returned by the last node
Information on your n8n setup
- n8n version: 0.233.1 (also 228)
- Database (default: SQLite): Postgres
- n8n EXECUTIONS_PROCESS setting (default: own, main): main (queue) + cloud
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker + cloud
- Operating system: Ubuntu + cloud