I have a once a week power automate that simply needs to check 3 fields before sending an email.
Status eq 'Approved' and Reval_x0020_Process_x0020_done ne 'Yes' and Revalidation_x0020_Required eq 'Y'
This is my filter query and it appears to be only seeing the first part of it and sending the email for all that are status eq 'approved'.
What is wrong with my syntax?