Can I use /OR in my filter text {{|}}?

Hello.

I would like to know if I can use OR in a filter like this:

OR - do I need to put all those GUIDs into their own separate parts of a filter.

(Statuscode + Date + GUID 1 ) OR (Statuscode + Date + GUID 2 ) OR (Statuscode + Date + GUID 3 ) etc….

Thanks.

Hi @Jamie_L_Huillier

I suppose you tested it and found out that it only matches the first ID…

Also, you already found the answer for your own question. The way to do it is to “Add OR rule” to each value you need to test. However, that comes with the burden of repeating all other filter for AND rules every time.

One option you have is to add an intermediate module and filter by the first two criteria (statuscode and modifiedon). It can even be a router with a single route. Then, on the next link, filter by your OR options.

It’s the equivalent of two nested IFs in programming, which results in the first condition always being applied as an AND clause.

@damato

1 Like