How to return tasks from TODAY only - ClickUp List all Tasks

I am trying to make an automation to pull any tasks from Clickup that have today’s deadline.

To be clear, ‘deadline’ is a custom date field on clickup and NOT the due date.

Deadline is the date/time we send to the client and due date is the time WE want to see the task before it’s sent to the client.

I can get this filter to work for any times that are BEFORE “Now” but I want to show any tasks that are between “NOW” and 5pm on today’s date

Hey Will,

does the Deadline field include time as well? You can have two filters - one Deadline being greater than today 00:00 and one for Deadline being less than today 17:00. You can use setHour(), setMinute() and setSecond() formulas to change {{now}} to the exact times you need.