OK, first off I know many people have posted about date and time issues. I have looked through them and none of them seem to fix my issue.
I am pulling data from an API and writing it to a SharePoint List. Pretty straight forward. I am using a Try, Catch and Finally model to catch and write errors to a different list. In this flow, I want to get the start and end time of the flow to record the flow run. I have tried using a variable with the function convertFromUTC(uctnow(),'Pacific Standard Time), the Convert Time action, and the Convert Time Action plus Compose. Everything in Flow then is showing the correct time, i.e 4/2/2021 9:34:22 or 2021-04-02T09:35:08.xxxxx. Great. But when it writes to Sharepoint, if flips everything back to UTC (see screenshot). Then in the SharePoint list, the time is off by 7 hours (not 8 for Pacific Time). I just cant figure this out.
