Skip to main content
Nintex Community Menu Bar
Solved

Model condition (1 or 2)

  • July 12, 2024
  • 3 replies
  • 22 views

Forum|alt.badge.img+7

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?

Best answer by DuaneH

#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”).

3 replies

Forum|alt.badge.img+13
  • Scholar
  • July 12, 2024

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.


Forum|alt.badge.img+7
  • Author
  • Rookie
  • Answer
  • July 12, 2024

#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”).


Forum|alt.badge.img+17
  • Nintex Employee
  • July 12, 2024

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…