Pages

Wednesday, November 12, 2014

Find if the Date and Time field is empty in SharePoint Designer workflow

Create a WF variable of type String and Set it to 01/01/0001 00:00:00

Compare Date field with WF variable (return field as: Date/Time), returns True if empty.

No comments:

Post a Comment