Hi everyone,
I'm trying to include the date and time in the filename of an Excel file, created through a flow. I need the time to be converted to the Japan time zone, so my code looks like this:
formatDateTime(convertTimeZone(utcNow(), 'UTC', 'JST'),'yyyyMMddhhmm')
However, this outputs an error saying that the value 'JST' is incorrect (see attachment). I also tried to replace it by 'Japan Standard Time' but the result in the same. I followed an example where it was using 'Eastern Standard Time' and that worked. So I'm wondering what's the exact syntax for the Japan time, does anyone know?
Thanks a lot!