Hello All,
Trying to get the date time parse formula to convert some date strings coming into my workflow but I am continually getting "Null" outputs and I am not sure why. Have attached a couple screenshots with the format the date is coming in and how I currently have the language in the formula as well as the output column. Any help is appreciated!
thanks
Doug
Solved! Go to Solution.
Its your $d, it should be %d.
DateTimeParse([ExamStart],'%m/%d/%y %I:%M %p')
oh wow that's embarrassing - I can't believe I missed that
thank you all!