I have a custom Sharepoint list which I'm using as an team absence calendar. One of the fields is the Start Date. I've created a Flow triggered by an insert to the list which posts a message to a Yammer group:
The problem is that the Start Date is off by one day in the Yammer message. If I create the entry in SharePoint with a start date of 2017-02-17, the Yammer message shows 2017-02-16.
Is this a bug, or somehow related to some other configuration setting such as timezones?
Solved! Go to Solution.
Hi derousse,
Flow by default use the UTC time and please check your SharePoint time zone. If it is not UTC time, when the issue will appear. So far the workaround is that using the workflow definition language to bypass this issue.
https://docs.microsoft.com/en-us/rest/api/logic/definition-language
Regards,
Mona
If you are able to change the timezone of the lists site, change it to utf+00 then it should work fine. Or vote this up for faster implementation of timezone support: https://powerusers.microsoft.com/t5/Flow-Ideas/Timezone-Support-for-Sharepoint-Date-Column/idi-p/226...
Hi derousse,
Flow by default use the UTC time and please check your SharePoint time zone. If it is not UTC time, when the issue will appear. So far the workaround is that using the workflow definition language to bypass this issue.
https://docs.microsoft.com/en-us/rest/api/logic/definition-language
Regards,
Mona
If you are able to change the timezone of the lists site, change it to utf+00 then it should work fine. Or vote this up for faster implementation of timezone support: https://powerusers.microsoft.com/t5/Flow-Ideas/Timezone-Support-for-Sharepoint-Date-Column/idi-p/226...
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 |
---|---|
3 | |
2 | |
2 | |
1 | |
1 |
User | Count |
---|---|
5 | |
3 | |
3 | |
2 | |
2 |