Data Importer can map a date in an Excel file to a DateTime. However, when using a csv file, dates can only be mapped to String. How can I convert the string later into a Date Time in an efficient manner? Do I need to loop through the list in microflow and parse all strings to DateTime individually?
↧