Hi there,
I have an excel file where all the dates are formatted as MM/dd/yyyy
ex: end_date >>> 5/10/2022
So I have the DateTime tool convert these strings to dates which requires the incoming string format to stay the same.
However, some days these string fields have this format yyyy-MM-dd in Alteryx (not in excel) before hitting the DateTime tool. This means I have to manually fix the formulas for the workflow to give me the data I want to see.

Has anybody encountered a similar situation? I am not sure how to prevent Alteryx from changing the format.
Thank you!