I am using the harvest node to get many time entries, and every time I set it up, it works, I save the flow. I have the flow started with a schedule, and when the flow should run, the harvest node suddenly says it is missing a required parameter. The value that was set in “Account Name or ID” is not accepted anymore. As if it has been reset. I still see the id, but the node says no.
What is the error message (if any)?
NodeApiError: The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed.
at Object.harvestApiRequest (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Harvest/GenericFunctions.js:34:15)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at Object.harvestApiRequestAllItems (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Harvest/GenericFunctions.js:42:24)
at Object.getAllResource (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Harvest/GenericFunctions.js:59:34)
at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Harvest/Harvest.node.js:190:46)
at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:696:19)
at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:656:53
also in the popup from the red triangle in that field:
Issues:
There was a problem loading the parameter options from server: “The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed.”
There is nothing wrong with the time, this problem is concentrates at the field where I have to fill in the “Account Name or ID”.
It should show a dropdown where i can select the correct id, but the dropdown is missing, while it was there when i first setup the node.
Each time i setup a new node for this, it works like it should. So then i save the flow.
And then when it gets triggered by the schuduled trigger, it doesn’t work. The “Account Name or ID” field is broken.
Same issue here. My workflow stopped working. When looking at the failed “Harvest” node the field “Account Name or ID” was empty. It has an exclamation icon next to it saying
Issues:
There was a problem loading the parameter options from server: “The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed.”
I’ve manually filled in the Company name and now it works again.