Describe the problem/error/question
I have an execution, which is run when a webhook is received.
The issue is that when I send data to “test” URL - looks like all the nodes are working with data mapping like “{{ $(‘Edit Fields7’).item.json.body.objectId }}” , but when I use production link and send data to it (to note that it’s exactly the same data) - I have to map data like this : “{{ $(‘Edit Fields7’).item.json.body[0].objectId }}” - with a [0] at “body” or n8n will give me error during execution. And I actually don’t see the error in the node itself, that line (without [0]) is red, returning empty data.
What is the error message (if any)?
described above
Please share your workflow
they contain sensitive data
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
-
n8n version:
1.29.1 -
Database (default: SQLite):
-
n8n EXECUTIONS_PROCESS setting (default: own, main):
-
Running n8n via (Docker, npm, n8n cloud, desktop app):
docker, portainer -
Operating system:
ubuntu
Please let me know if any additional information is required.
Thanks!