Can anyone help me with a problem, I’m trying to create a filter in make so that it takes a date and time field in clickup and only lets through information from tasks with the same date and time as the current one or with a margin of 1 minute error sooner or later, but the problem is that clickup gives the date and time information as a timestamp and I have to convert that to a format that it understands, am I doing it right?
1 Like
If it is coming as timestamp you can use the parsedate function to convert to date format.
Output:
Best regards,
Msquare Automation
Gold Partner of Make
@Msquare_Automation