Workflow takes time from a SharePoint list (Verified the SharePoint site is the correct time zone) then waits for an approval.
Once it's approved I Convert Date Started and Date Ended to UTC-5:00.
The workflow output for this step says it's doing it correctly for both.
It will then take this data and create a group event on the calendar. The input is showing the correct time/date.
The output states it receives the correct Start Date Time and End Date Time
But the output towards the bottom then says the Time Zones are in UTC, in which I thought I changed that before.
I have also tried convertfromUtc and get the same results.
convertFromUtc(triggerOutputs()?['body/DateStarted'], 'Eastern Standard Time','f')
convertFromUtc(triggerOutputs()?['body/DateEnded'], 'Eastern Standard Time','f')
How can I change it so it posts to the group calendar in the time zone I stated?
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.