Hello.
I have a sample file with multiple different date formats.

I'd like to convert all the date formats to the Alteryx date format.
For this, I wanted to use the Formula tool - and have a separate formula for each format:

However, I bump into this error:
DATETIMEPARSE: Conversion Error Limit Reached
I am aware of the DateTime Parse Tool, but it's not helping me, as it can only accept one format.
I assume that the moment this error exists, the work simply stops, which is why I get only null values after the first conversion.
Any help with this? (a workaround would be to check the format of each date via regex before using the datetimeparse(). But that is way longer)
Thanks!