Flow error: Unable to process template language expressions in action 'Create_item' inputs at line '0' and column '0': 'In function 'convertTimeZone', the value provided for date time string '"5/5/25 8:15 AM"' was not valid. The datetime string must match ISO 8601 format.'.
Note: I followed an online tutorial to build my flow. I have no coding knowledge. I am having an issue with the date / time fields. I suspect the flow will also fail for a following number column (Duration) as well.
Flow function: An uploaded CSV file writes working hours to a sharepoint list. I have tried wrapping the split(item() expression in a format date time function, (as shown in the note above create item) but that is not working. Any help would be greatly appreciated. I have spend hours trying to figure it out, but working with arrays is way beyond my knowledge base.