Good Afternoon,
I'm working on developing an app that combines two bank download files and then filters data out for a specific date/range using the "Date" interface tool. However, because the interface tool requires the date to be in a specified format, I'm needing to convert the date.
Bank 1 has two different date fields "As of Date" which is a string and has no delimiters (ex 20240930) and a "Value Date" field has delimiters, but drops the leading zero for Jan-Sep. I created a work around that would add back the leading zero and keep the field as "09/30/2024" and then used the String to Date Time format tool. However, when testing the flow with Oct/Nov data it was found that Alteryx was reading in the "Value Date" as "2024/11/14" and thus the "String to Date Time" tool no longer worked and is throwing the below error.


When I attempt to use the Date Time Conversion tool on the "As of Date" for Bank 1 under custom since there is no delimiter, it doesn't read the data correctly and the Example noted below does not match the incoming string and the output is not correct either.

I've included a small data sample and a sample workflow for this.