Hello ,
I am having a problem while inserting date and time data in sharepoint list using flow.
I am reading events from my calendar.
So here i get dynamic contents "StartTime" and "EndTime" from sharepoint list in ms flow as this is data read by event trigger from the Calendar event.
here i get correct time of my event in UTC format.
Now i want to insert this data in other sharepoint list .
Here when i create a action "Create Item" in new sharepoint list i get the problem.
The UTC time for my event is 9.30 (format of UTC --> 2017-11-24T09:30:00+00:00)
But when i inser this data in createe item action i get some other data as output in my sharepoint list column
(data in SP List -->2017-11-24T01:30:00Z).
Why is this happening and how can i stop this from happening??