Hello, I have faced problem where in the For each email filters I need to use both AND and OR conditions. In my case
Date newer than 14 days
AND
From contains “sample@email.com”
And then I need to check subject for key words. So it has to be
Subject contains “keyword1”
OR
Subject contains “keyword2”
Is it possible to meet both AND and OR conditions in the same filter?