if(prop("Task Complete"), "Complete", "Incomplete")
-
Suppose there is a checkbox property called “Task Complete.” If it is checked (true), it will return “Complete”; if it is not checked, it will return “Incomplete.”
-
Here, assume that the Task Complete property is marked checked.