Hello,
My workflow is trying to validate that a processor is entering date values in *M/DD/YYYY format. While doing a test run, I noticed the input file had the correct format entered as shown per the attached, but Alteryx is converting to YYYY-MM-DD. As a result, my filter is directing these records into the false lane when it should be the true lane
(using custom filter formula !IsNull(DateTimeParse([DATE_SHOULD_PROCESS],'%m/%d/%Y')) .
Even more confusing is I have another test file - also correctly formated as *M/DD/YYYY and Alteryx is retaining that format as desired. How can I get Alteryx to be consistent in this regard so as to avoid reporting false errors?