Need help with Time Estimate for ClickUp automation

Hello,
I have trouble automating the following Time Estimate property in Make → ClickUp. I use the following expression in my ClickUp Create Task:
image

But this results in a time estimate that does not make sense.
image

What I receive during my MS 365 Calander Watch Events trigger:
image

Can somebody help me out?

Time is in milliseconds, so you need to divide by 1000, then 60 seconds, then 60 minutes, to get hours.

3 Likes

@samliew Thank you so much for your response. I tried following your advice but I get the following error:


Could I be doing the formula wrong?
image

Ahh I used a / Instead of the normal Math expression!

2 Likes