Skip to main content

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?

Hey it seems issues may be elsewhere. Do you have any other conditions?


If no, try this leave 1 condition , example “From” and see if you get results expected, and then try the other. If you still have no results, I would look elsewhere. Feel free to post some screenshots of your setup it can help answering.


#solved I had an error, accepting the default field name “Id” (with a capital “I”) instead of selecting the field “id” (with lower-case “i”).


Oh Duane! You are taking all the impact of our Salesforce heritage. Your PG Database field names don’t match what we thought would always be default when we built Skuid out on Salesforce. I’m glad you figured it out… Dang capital I…


Reply