Hello Community
This idea might have slight overlap with this idea:
In addition to that idea (changing the operator/filter condition) i would also like the ability to determine if the filter is build with OR/AND between my conditions now if i use a filter they will always have an AND between them.
E.G i have 2 columns in my filter process action set to

The resulting query will be
Where person_from_id = 1 AND person_to_id = 1
I would like to be able to generate this query
Where person_from_id = 1 OR person_to_id = 1
I dont exactly know how this needs to be presented/implemented in the GUI maybe something like this?
