Bug: Filter Condition Does Not Contain String
Status: Closed · Asked by Karim Mneimneh on · 0 views
I don't think the condition "Does Not Contain String" is working.
I am filtering the content of a gmail email.
The action is still going through even if the body does contain the string.
The action should not fire if the body contains the keywords (attached screenshot). However it is still firing.
Please test if the filter condition "Does Not Contain String" is working properly. Thanks
Attachments

You have setup multiple OR conditions, so any of them is fulfilled it should go through.
If you want to check if it does not contain all strings shown in screenshot then you should add them by click on + icon(AND conditions)
Working fine for me,
