I have store date in Dynamic 365.
Now I get it from Power Automatic but it seems not my time zone and the format is not what I need.
My time zone is UTC+8 and I only need to show date.
How can I convert it in flow.
TKX.
George
Solved! Go to Solution.
You can use the below action to convert timezone
or Alternatively you can use the Expression
convertTimeZone('YOUR DATE TIME STamp','SourceTimeZone','DistinationTimeZone')
List of Time zones can be found here:
You can use the below action to convert timezone
or Alternatively you can use the Expression
convertTimeZone('YOUR DATE TIME STamp','SourceTimeZone','DistinationTimeZone')
List of Time zones can be found here:
Thanks very much.
I really don't know there is such good function to convert time zone!