Dear Team, I think the ClickUp Update Task Node (Due Date) is not working,
Based on the issue and [ClickUp’s API docs](Date formatting), the due date needs to be in milliseconds (Unix timestamp) format. Here’s how to fix it:
- Convert your due date to milliseconds (e.g., using JavaScript `Date.getTime()` or n8n’s date functions)
- Ensure the timezone is UTC
- Pass this value to the ClickUp node’s due_date field
If you’re still facing issues, try testing with the HTTP Request node first to isolate the problem.