The data I use is not in the date format I need for Alteryx and I have tried a few ways to change it but no luck, I know I am missing something simple but I cannot get it correct, can someone help me on this?
convert date 2023.01.03 to 2023-01-03
I used this formula
datetimeparse([Input], '%d/%m/%Y')