Guys, this is a simple problem of IF...ELSE...but don't know how to set this up.
I have an Excel file with multiple columns, as usual. One of the columns has "Action due date". I want to create an additional column in Alteryx whereby anything that has action due dates that are past today's date (today = whenever I open Alteryx), it will return a value of "Overdue" against that row of data, and anything that is not past today's date will have "Open".
How do I set this up? I am trying to set this up using Formula but it doesn't have to be using the Formula tool if there are better ways.