I changed the data field format in the source without success. What does this error mean, and how do we fix it?
Hey @Wxlima17, you can't convert this field into a date because it's not in ISO (YYYY-MM-DD) format. If you want to treat the field as a date then you'll need to parse it by using the DateTime tool or the DateTimeParse() function in the Formula tool.
https://help.alteryx.com/2018.3/DateTime.htm?Highlight=date%20time