
Hi,
I have two date and time fields in my SharePoint list Start Date and End Date. I have another list which is linked with the first list and I am updating these dates in second list using flow.
The problem is when the flow runs the date format is 2020-10-27T16:00:00Z and when it updates sometimes it updates with different date or sometimes same date different time.List A
List B
Flow
I want the same dates in List B on Insert/Modify of List A. I tried using the convert Date function as well but couldn't figure it out.
Hi @Ramiz ,
You could consider using the addHours() function to eliminate the time difference. Because the urban areas used in Flow and SharePoint list are different, there is always a time difference between the output and input time, so you often use the Convert time zone action or function to eliminate the time difference.
Best Regards,