if(prop("Date").empty(), "Date is empty", "Date is not empty")
-
Suppose there is a date property called “Date.” If it is empty (true), it will return “date is empty”; if it is not checked, it will return “date is not empty”.
-
Here, assume that the Date property is not empty.