This is likely a stupid question where it is simple and just evading me…
I have a single object, let’s just call it email
With two fields To and From
I want the model filtered where
To is me
OR
From is me
Filtering out all other records where I am neither in the From or the To
I have built both conditions and set the Grouping logic as (1 OR 2)
My only options under the conditions are “If no row in source model, then…”: Deactivate this condition, or Abort this model’s query.
If I select Abort this model’s query, I get no results.
If I select Deactivate this condition, I get results where I am not in the To or the From field.
Is there a way to do this filter on a single object?