Describe the problem/error/question
I’m trying to create a new Asana project from a template after the trigger on Pipedrive (Deal set to WON) gets activated. This doesn’t work as intended. I’ve been trying out multiple ways using JSON for Header and Body.
What is the error message (if any)?
Bad request - please check your parameters
requested_dates: [0]: value: Day cannot be null
My workflow
Share the output returned by the last node
{
“errorMessage”: “Bad request - please check your parameters”,
“errorDescription”: “requested_dates: [0]: value: Day cannot be null”,
“errorDetails”: {
“rawErrorMessage”: [
“400 - "{\"errors\":[{\"message\":\"requested_dates: [0]: value: Day cannot be null\",\"help\":\"For more information on API status codes and how to handle them, read the docs on errors: https://developers.asana.com/docs/errors\\\“}]}\””
],
“httpCode”: “400”
},
“n8nDetails”: {
“nodeName”: “HTTP Request”,
“nodeType”: “n8n-nodes-base.httpRequest”,
“nodeVersion”: 4.2,
“itemIndex”: 0,
“time”: “22.7.2025, 10:54:13”,
“n8nVersion”: “1.102.4 (Self Hosted)”,
“binaryDataMode”: “default”,
“stackTrace”: [
“NodeApiError: Bad request - please check your parameters”,
" at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_1af219c3f47f2a1223ec4ccec249a974/node_modules/n8n-nodes-base/nodes/HttpRequest/V3/HttpRequestV3.node.ts:780:15)“,
" at processTicksAndRejections (node:internal/process/task_queues:105:5)”,
" at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1212:9)“,
" at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1582:27”,
" at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2153:11"
]
}
}
Information on your n8n setup
- n8n version: 1.102.4
- Database (default: SQLite): SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main): own
- Running n8n via (Docker, npm, n8n cloud, desktop app): Kubernetes (Docker)
- Operating system: Linux