
Announcements
I have a flow set up to send a reminder to managers a day before their employee's birthday, and it works correctly when I create a list through Sharepoint and individually add each row, but when I try to connect my flow to a list that has been uploaded from excel (with the same column titles and same order), the formatDateTime formula doesn't work.
@FinanceHR I'm a bit unclear on the issue you are having. Are you unable to get your Excel date into SharePoint? If this is the case, you'll need to ensure you've set the DateTime Format in the List Rows Present in a Table action to ISO8601.
Otherwise it'll output a serial date number.
I have a YT short that talks about why the formatDateTime() function will not work on a serial date number.
However in this short — I use an expression to return a date format. This expression isn't necessary if you select ISO8601 as the DateTime Format, the date will output as a timestamp—which is what the formatDateTime() function requires.
You'll be able to use a formatDateTime() function on it.
Hope this helps!