Function 'formatDate' finished with error!

What is wrong here?

Hi @Sam_Krausz , you are missing a ; in the function. Try the following:
{{formatDate(addMinutes(now; 25); "YYYYMMDD HH:mm:ss")}}

image
results:
image

2 Likes

Hey @Sam_Krausz

You are forgetting a semicolon here.

3 Likes