How can I track whether Current Date - Created Date is less than or equals 4?

Here’s the two:

I wish to next use a router wherein if less than equals to 4 then do x else do y.
Simply please explain to me how to find the difference between these 2 times in days.

Hi @Thyke_AI

You can apply the following formula to get the time difference in hours:{{round((parseDate(“2023-09-01T15:00:00Z”) - parseDate(“2023-09-01T12:00:00Z”)) / 1000 / 3600)}}


Output:
image
Best regards,

Msquare Automation
Gold Partner of Make
@Msquare_Automation