I'm trying to get an email notifiation working but am stuck on the Run if configuration.
My use case: Person in PersonA field should receive an email notification if DateX field is empty.
When I do the Configure Action for the Run if, my first Where statement is "PersonA is not empty." Then I put And for the next condition. In the second condition, I want to put Where DateX is empty - but that's not an option - I have to enter a date (or one of the other options availalbe - Workflow Data, List Lookup, etc. - none of which apply).
Thoughts?
Hi,
Before the RunIf action set two variables with the data that you want to test.
Then use those variables in the Run If action.