I have a repeating group populating from a database query. The search has a constraint to see whether the user is in a list on the target object. I also want to include objects where the user is in the Owner field of the object. In this situation, they are not in the member list.
So the expression would look something like:
Search for Organizations > Members contains Current User OR Owner is Current User
It’s clear to me how to create conjunctions (just add more constraints) but I can’t figure out how to express a disjunction. Can anyone help here?