Hello Alteryx Community!
I want to add a new date column to my data with a static date of "08-05-2022"
What I have tried:
I used a formula to create a new column using the DateTimeNow() function - that returns the current date. In that function I also added "08-05-2022" but that failed as a valid date.
I have to change this date each month, so I'm looking for the most efficient way to create the column with the new data update date each month.
Many thanks!