Hi n8n Support Team, I’m experiencing an issue with the ClickUp node in n8n Cloud: When I use a static Task ID, the update operation works successfully. However, when I use a dynamic expression to get the Task ID from a previous node ({{$json.checklist
Describe the problem/error/question
What is the error message (if any)?
Please share your workflow
(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.)
If the previous node didn’t return a value for that specific item (e.g., one item in the list is missing a checklist ID), n8n sends an “undefined” ID.
Check the input data of the failing item. If the ID is missing, you need an If node before this to filter out items without IDs.