Hi,
I'm running a scheduled flow that creates an worksheet of specific items in a SharePoint List.
The trouble I am having is that the SharePoint list is correct in it's regional timezone (UTC +8) in a column which has the Task Completed date and time (column formated to date and time), however when getting the date results in the spreadsheet it changes to the date to be UTC. I've played around with trying to use an expression to convert the time zone which I've had no luck with:
formatDateTime(convertTimeZone(utcNow(), 'UTC', 'W. Australia Standard Time’), 'dd/MM/yyyy HH:mm:ss')
I have also tried the action convert time zone but I am getting no where and need to ask everyone out there for help!
Screen shot of part of my current flow. It is the select action of 'Date Completed' that currently often changes it to the day before:
Current expression used is:
formatDateTime(item()?['TaskCompleted'],'dd/MM/yyyy')

An example of an item in the SharePoint list with the task completed date and time of (annoyingly in formate of MM/dd/yyyy):

And result when it has been added to the spreadsheet and emailed (date only is required for the results):, it has changed the date to the date before!