formatDate({{now}};DD/MM/YY) not working

I get the output as

formatDate(2024-08-27T18:53:51.157Z;DD/MM/YY)

what am I missing? This is just from simple testing. What I actually want to do is formatDate(parseDate(“2024-08-31T06:00:00Z”; “YYYY-MM-DDTHH:mm:ssZ”); “DD-MM-YYYY hh:mm”; “Europe/Bucharest”) but the output is date formatDate(parseDate(“2024-08-31T06:00:00Z”; “YYYY-MM-DDTHH:mm:ssZ”); “DD-MM-YYYY hh:mm”; “Europe/Bucharest”)

This is what I get from cal.com 2024-08-31T06:00:00Z but I need to convert it to Europe/Bucharest and save it in airtables

Even a simple parseDate does not seem to work. :frowning:

Your scenario is not capturing the parseDate it needs to look like this in the variable.

I’m assuming you copied and pasted from somewhere weirdly.

Your module needs to look like this

Here is a blueprint of it to help you
blueprint (29).json (2.4 KB)

My output: