hey dustin! looking at your filters it seems like everything is working as expected.
e.g. this task: the email went through bc one of the condition says the Subject line should not contain “Appointment Confirmation” … which is true. So it went through!
thanks for the video! Dustin M. yeah I see! the issue is the OR operator. which means that any of these conditions have to be true in order to go through
What you likely want to use here is the AND operator. → all of the conditions have to be true in order to go through.