Hello,
i have a powerapp, which is basicaly a form. It takes the data, saves it to Sharepoint library and through update properties it creates a file from template. It works for me and some users. The flow fails for the rest.
Error details are here: String was not recognized as a valid DateTime. clientRequestId: 71e03423-6cc2-4d55-806c-b9298cee2c87 serviceRequestId: 71e03423-6cc2-4d55-806c-b9298cee2c87
I think there is a problem with time zones.
Thank you...
Solved! Go to Solution.
hi @Pechy92 you have some options here
Frist you can use an expression to convert your date to a valid date like this formatDateTime('YOUR DATE FIELD HERE', 'yyyy-MM-dd')
or you can use an action called ConvertTimeZone
Proud to be a Flownaut!
hi @Pechy92 you have some options here
Frist you can use an expression to convert your date to a valid date like this formatDateTime('YOUR DATE FIELD HERE', 'yyyy-MM-dd')
or you can use an action called ConvertTimeZone
Proud to be a Flownaut!
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.
User | Count |
---|---|
75 | |
20 | |
17 | |
14 | |
13 |
User | Count |
---|---|
128 | |
35 | |
29 | |
28 | |
25 |