Zoho_CRM_Invoice_Shipping_Address issue #13534
Labels
in linear
Issue or PR has been created in Linear for internal review
Needs Feedback
Waiting for further input or clarification.
Describe the problem/error/question
I am using Zoho CRM to create a invoice based on the forms data provided by the forms node. when i add shipping address filed with a dynamic parameter from the form like street, city, state in the form of "{{ $json.Street }}" the execution fails and the node couldn't create a new invoice because of that but it works if i just give a fixed parameter.
What is the error message (if any)?
{
"errorMessage": "There was an unknown issue while executing the node",
"errorDescription": "Double-check the node configuration and the service it connects to. Check the error details below and refer to the <a href="https://docs.n8n.io\" target="_blank">n8n documentation to troubleshoot the issue.",
"errorDetails": {},
"n8nDetails": {
"nodeName": "Zoho CRM(Invoice generation)",
"nodeType": "n8n-nodes-base.zohoCrm",
"nodeVersion": 1,
"resource": "invoice",
"operation": "upsert",
"time": "2/26/2025, 5:50:26 PM",
"n8nVersion": "1.80.3 (Cloud)",
"binaryDataMode": "filesystem",
"stackTrace": [
"NodeApiError: There was an unknown issue while executing the node",
" at ExecuteContext.zohoApiRequest (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Zoho/GenericFunctions.js:55:15)",
" at processTicksAndRejections (node:internal/process/task_queues:95:5)",
" at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Zoho/ZohoCrm.node.js:438:40)",
" at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:627:19)",
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:878:51",
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:1211:20"
]
}
}
Please share your workflow/screenshots/recording
(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.)
⚠️ WARNING ⚠️ If you have sensitive data in your workflow (like API keys), please remove it before sharing.
The text was updated successfully, but these errors were encountered: