is it possible to create a list for example:
sweets = cake, ice cream, cupcake, candy.
soups = tomato, pea, fish
And then configure the filter for example:
the text does not contain words from sweets and soups.
So that I can easily use these sheets in different parts of the circuit, I do not change everything in different actions.
Thanks.