Hello. I am fairly new and eager to become an SME on Alteryx. I am working on Alteryx workflow and I am experiencing the below issues:
i have two string Columns Month (APRIL) and Year (2017) and need to transform them into two additional columns Date (APRIL 2017) and As of Date (04/01/2017).
For the date column, i am using a Formula ([MONTH]+" "+[YEAR]) which gets me to my desired output.
the issue for As of Date, i am also using a Formula (DateTimeFormat([Date],'%m/%d/%Y')) but all the outputs are returning Null. for the life of me i cannot seem to figure out the issue. all the data are v-String so i thought it should work. Please help!

Kind regards!