How to schedule using a specific date in ClickUp?

I need to create a filter that takes today’s date and the date the post is scheduled in my ClickUp, checks if the dates match so the flow can continue, but ClickUp is giving me a random format.


Hey Carlos,

that’s a UNIX timestamp. Use formatDate() on it to convert it to whatever you need. It will be in UTC so make sure you specify that.