No Output from ClickUp Node in n8n

Issue: No Output from ClickUp Node in n8n

Hello n8n Community,

I’m currently experiencing an issue with the ClickUp node in n8n where it fails to produce any output. Here are the details of my setup:

  • Credential to connect with: Fratoz
  • Resource: Time Entry
  • Operation: Get Many
  • Team Name or ID: Grupo Fratoz
  • Return All: Enabled
  • Filters: None

Despite configuring the node as described, running the workflow does not yield any results. Here are the steps I’ve taken to troubleshoot the issue:

  1. Verified Connection: Confirmed that the credentials “Fratoz” are correctly set up and that the connection to ClickUp is active.
  2. Checked Permissions: Ensured that the credentials have the necessary permissions to perform the “Get Many” operation on “Time Entry”.
  3. Validated Parameters: Double-checked that the “Team Name or ID” is correct. I used “Grupo Fratoz” but also tried using the direct team ID with no success.
  4. Test Step: Used the “Test step” button to see if there are any specific error messages, but none were provided.
  5. Reviewed Logs: Checked the n8n logs for any errors or warnings, but nothing relevant was found.
  6. Consulted Documentation: Reviewed both n8n and ClickUp documentation to ensure all parameters are correctly used.
  7. API Limitations: Considered potential API limitations but found no relevant restrictions that could affect this operation.

Additionally, I used the same endpoint on Make.com and successfully retrieved the expected data. This confirms that the issue is specific to the n8n integration.

Despite these efforts, the node still does not return any output. I’m reaching out to see if anyone has encountered a similar issue or can provide insights into what might be going wrong.

Any help or suggestions would be greatly appreciated!

Thanks in advance,
Nícolas Faganelly

Hello again n8n Community,

After further investigation, I discovered a crucial piece of information in the ClickUp API documentation that might be relevant to the issue I’m facing. According to the documentation:

“To retrieve time entries for other users, you must include the “assignee” query parameter.”

However, it seems that it is not possible to add this parameter directly in the ClickUp node settings in n8n. This might be the reason why the node is not returning any output when trying to fetch time entries.

Has anyone else encountered this limitation or found a workaround to include additional query parameters that are not directly supported by the node?

Any insights or suggestions on how to proceed would be greatly appreciated!

Thanks again, Nícolas Faganelly