I am trying to thru a WF to determine if multiple fields are null AND if the Due date has passed. Would anyone have a sample of RunQuery where it is filtering for Null Values. I am familiar with RunQuery, but have no experience creating a filter for multiple fields that contain Null Values.
My second question is how do I filter if the due date has exceeded ? I have noticed some posts that indicate that I need to set Due Date to a separate variable prior to testing if the due date has been exceeded.