I have a spreadsheet that contains three dates in the following format: m/d/yyyy h:mm:ss AM/PM. My flow uses LIST ROWS PRESENT IN TABLE to get the data and then CREATE ITEM to add the data to the SP List. Each Item is mapped, but when the flow is tested, I get the following error:
String was not recognized as a valid DateTime.
Flow shows the output as follows, and notice date is brought in as a number not the date:
Any ideas the FormatDate Time as an expression but it did not work as talked about on the following link. Not sure what I am doing wrong.
Does anybody know what this is?