I constantly receive the “correct” response, but due date is always null
What is the error message (if any)?
No error, the result is the original task, still without due date
Please share your workflow
Share the output returned by the last node
I’m getting list of tasks, then applying filter, get a filtered list of tasks - and for them, i’d like to set due date the same as creation date (they are kinda high priority stuff to do)
I have just given this a quick go and it looks to be working if the date is selected in the field so it looks like the issue might be with the date you are sending.
For example if you are using the created date that ClickUp returns whcih would be something like 1691652065654 you would need to format it so your expression might need to look something like {{ DateTime.fromMillis( Number($json.date_created) ) }}.