I have a property called "No PT/NT" when the requirements are met it spits out "Single Task"
if "No PT/TA" = "Single Task" I would like it to read as " Action"
I would like to incorporate it into the following formula:
if(prop("Task After Report") < 1, " Action", " Waiting")
I'm stuck on how to combine this formula