Simple flow of only one element Compose where I have this:
and response is:
No matter what I enter in convertToUtc it throws this error.
I tried entering date/time manually as well, but error is the same. f.i.
convertToUtc('2019-10-10T00:00:00Z','FLE StandardTime')
convertTimeZone(utcNow(),'FLE Standard Time','UTC') does not throw error, but does not convert anything either.
convertFromUtc works as expected.
Can someone suggest how to convert from local time to UTC ? I want to pass UTC time to SharePoint.
Solved! Go to Solution.
Hi @mj2, why don't you try the Convert time zone action as in the image below.
Rob
Los Gallardos
If I've answered your question or solved your problem, please mark this question as answered. This helps others who have the same question find a solution quickly via the forum search. If you liked my response, please consider giving it a thumbs up. Thanks.
Hi @mj2, why don't you try the Convert time zone action as in the image below.
Rob
Los Gallardos
If I've answered your question or solved your problem, please mark this question as answered. This helps others who have the same question find a solution quickly via the forum search. If you liked my response, please consider giving it a thumbs up. Thanks.
Thanks for suggestion @RO . I did not know this component existed.
Anyway, this did not convert anything.
Maybe I'm doing something wrong ?
Take a look to input ant output
Here is how I configured it:
UPDATE:
I changed input to '2019-10-19T00:00:00' and it worked. Basically removed 'Z' from input.
Thanks
Make sure you remove the Z from the end of your timestamp that Z indicates that the timespan is already in UTC timezone. That's why it won't convert to UTC. Its already in UTC but you are trying to convert it from a specific timezone.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
47 | |
17 | |
15 | |
11 | |
10 |
User | Count |
---|---|
58 | |
44 | |
23 | |
17 | |
17 |