Hi,
I’m trying to filter messages and setting condition that looks on the text and continue if it contains one of possible values.
I’ve tried using “Is In” and in the values specifying multiple values separated by comma, but it doesn’t work if the original text had other words beside of the filter ones.
Examples :
My text : I ate many candies
My text : who likes Banana ?
Filter : My Text Is in (Banana, candies , apples)
I would like both of these messages to be filter by this condition , but it would only filter if my text contain the exact word :
For examples the following text will be filtered
My text: candies
Thanks