sqlnoob
sqlnoob

Reputation: 5

Microsoft PowerAutomate

I am currently building an out of office workflow in Microsoft powerautomate for Teams. When a request for 8/19/20 gets submitted it gets changed to 8/20/20 and same thing with the end date. Is there a way to set a it so it shows the actual dates selected?

Upvotes: 0

Views: 89

Answers (1)

ALI RAZA ZAFAR
ALI RAZA ZAFAR

Reputation: 117

So i think this is happening due to Default UTC time zone is used by Power Automate. Here is a flow that uses the Convert time zone action with a base time of utcNow(). Convert the time to needed timezone and then used an Update item action to update a date field with that converted time value. The correct time shows up in my SharePoint list Convert your date object according to timezone use converted date time in update item action Result

Hope this may help you.

Upvotes: 1

Related Questions