Hi everyone,
I am getting dates from an Excel sheet, the ISO 8601 format seems to break if the format in the Excel sheet breaks. This often happens (the format in the excel sheet breaking) due to the number of people copying and pasteing into the sheet. I have therefore decided to import the dates as strings they are of the format '13.11.24'. I get the error: The template language function 'parseDateTime' was unable to find the locale associated with 'dd.MM.yy'. The provided locale name is either invalid or does not have a locale associated with it.
Here is the code;
formatDateTime(parseDateTime(items('For_each_1')?['Start Date'],'dd.MM.yy'),'yyyy-MM-dd')
Any help would be appreciated.
TIA