
Announcements
One would think this is simple but I can't seem to get this to work.
First Status is a text field and Reval Process done is a text field
I have this simple filter query to base sending an email.
I get an email for only the first condition status = Approved.
Any ideas? do I need parenthese or brackets or something?
I have a 3rd condition to add but wanted to get 2 working first.
The 3rd field is Revalidation Required a choice field containing Y or N.
Status eq 'Approved' and Reval_x0020_Process_x0020_done ne 'Yes'