My flow is on a recurring basis. First I am listing rows present in a table with Excel Business Online.
My flow is running successfully, but all of the dates in SharePoint Calendar List are one day too many. For example: The date is supposed to be 1/13/20 and it is being brought in as 1/14/20.
I am using the following expression for the Start and End Times: addDays('1900-01-01',int(items('Apply_to_each_2')?['Start Date']))
I tried to change it to 1900-01-00 as the start date, but Flow will not accept that.
Wondering if there are any other work around options.