Hi,
Few days ago I asked for a help about how to add asana task description with proper format and I got help from here How to format asana task description? - #7 by jabbson
Now I’m using same workflow but now getting an error on http request node
{
“errorMessage”: “Bad request - please check your parameters”,
“errorDescription”: “xml_parsing_error”,
“errorDetails”: {
“rawErrorMessage”: [
“400 - "{\"errors\":[{\"error\":\"xml_parsing_error\",\"message\":\"XML is invalid\",\"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”: “8/4/2025, 7:05:58 AM”,
“n8nVersion”: “1.100.1 (Cloud)”,
“binaryDataMode”: “filesystem”,
“stackTrace”: [
“NodeApiError: Bad request - please check your parameters”,
" at ExecuteContext.requestWithAuthentication (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_openai@4.103.0_encoding@0.1.13_ws@8.17.1_zod@3.25.67_/node_modules/n8n-core/src/execution-engine/node-execution-context/utils/request-helper-functions.ts:1476:10)“,
" at processTicksAndRejections (node:internal/process/task_queues:105:5)”,
" at ExecuteContext.requestWithAuthentication (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_openai@4.103.0_encoding@0.1.13_ws@8.17.1_zod@3.25.67_/node_modules/n8n-core/src/execution-engine/node-execution-context/utils/request-helper-functions.ts:1762:11)"
]
}
}
I’ve following JSON in http request node:
{
“data”: {
“html_notes”: “{{ $json.notes }}”
}
}


