How to transform the sales date (44075) to the standard date format (2020-09-01) using the DateTime functions in the Formula tool.
Wrapping it in ToDate() should do the trick! See below:
The output is still null.
@angelabigham As Kane says, you’re using ToDateTime() there instead of ToDate() as shown in my screenshot.