Hi,
I have a text file have "date/time am pm" and want to convert into date/time format.
The text data is m/dd/yyyy h:mm:ss am/pm as below
1/12/2019 7:46:04 PM
I used "DateTime" workflow with "String to Date/Time format"
--> It returned as 1/12/2019 7:46:04 .This is 7 am not 7 pm.
Can you please help with this?