My filters doesn't working

Hello, I’m a beginner and I have a question. In my scenario, the filter most likely isn’t working. When I run it without the router, it works normally, but when I add a router and a filter, the operation stops at the router and doesn’t continue. Could you please help me?



Hi Ilia,

You need to separate the two OR-conditions, and remove quotation marks.

For your first filter, this results in: Message (D) - Contains - when (without quotation marks) - then click the ‘Add OR rule’, a new condition pops up.

Here, you fill in from top to bottom: Message (D) - Contains - hour (without quotation marks)

Hope this helps - VDW Intelligence

1 Like

Yes, it helped, thank you.
Now I have two new problems:

  1. How can I make it so that messages go to “Default” only if none of these words are used: time, price, or location? Right now, if I type “location”, the message goes to both “Location” and “Default”.

  2. In the filter, if the word is written with a capital letter, it doesn’t match lowercase input and vice versa. How can I make the filter case-insensitive?

Hey Ilia,

Glad to hear that it helped.

  1. I guess you refer to the bottom route as “Default”-route. In that case, setup an additional filter: setup a new filter, but now use the Text operators: Does not contain, and set it up as follows:

However, you should map the message variable instead of the email variable, I only used it as an example in one of my own scenarios.

  1. Just change the filter from Contains to Contains (case insensitive), you should be all right then!

Hope this helps - VDW Intelligence

2 Likes

Thank you a lot, everything works

1 Like