Hello community.
For days and days I have been trying to get this thing to work. But this still a pain in the neck.
Basically I am following this video to do it. and it is partially working. I am going to explain what is working and what is not working at all.
1. The rows limitation of 256. I had this error but was corrected using the pagination and increasing the threshold number up to 50000. BTW my excel file has 8,000 rows.
2. In my excel file I have a couple of Date columns in the following format "7/30/2015 15:56 PM". I am using this formula to convert those strings into a sharepoint date values but I am getting errors and the flow doesn't work
addDays('1899-12-30',int(tems('Apply_to_each')?['regularTime']),'yyyy-MM-dd').
In my Sharepoint point column I have the field "regularTime" as a single line of text. I have tried as a date format and didn't work. Also I have removed the Time portion and in Sharepoint it shows a day before or a day after. Weird and strange.
Could someone PLEASE point me in the right direction?
Thanks in advance.