When I create a new dataverse record, I see that the formatted time is different that the actual time when I take a look at the OData:
"scheduledend@OData.Community.Display.V1.FormattedValue": "2022-09-01",
"scheduledend@odata.type": "#DateTimeOffset",
"scheduledend": "2022-09-02T00:00:00Z",
How do I make the formatted date match the actual date value? I've tried the Convert Time Zone action, but I don't know what the appropriate source and destination time zones would be since this is a global app.
Hi partner,
refer link: Converting time zone in Power Automate - Power Automate | Microsoft Docs
because the date is always stored as UTC, but the formatted value is based on the current user time zone.
You will need to retrieve the time zone offset of the user retrieving the record.
hope it helps
André Arnaud de Cal...
291,979
Super User 2025 Season 1
Martin Dráb
230,848
Most Valuable Professional
nmaenpaa
101,156