Pages

Showing posts with label Date and Time Field. Show all posts
Showing posts with label Date and Time Field. Show all posts

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.