Describe the problem/error/question
Hi,
I am completing the N8N102 – Order Webhook Processor exercise.
The Academy Webhook Tester sends data to my webhook. When I copy one of the production executions to the editor and use it as pinned data, the webhook body only contains:
{
“order_id”: “ORD-039”,
“customer_id”: “CUST-009”
}
The total field is missing, even though the exercise requires these three fields:
order_id
customer_id
total
Because total is missing, this expression in my InsertOrder Data Table node returns undefined:
{{ $(‘WebhookNewOrder’).item.json.body.total }}
How should I fix this?
Information on your n8n setup
- n8n version:
- Database (default: SQLite): n8n Cloud managed database
- n8n EXECUTIONS_PROCESS setting (default: own, main): Default
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n Cloud
- Operating system: Windows