Skip to main content
Nintex Community Menu Bar
Question

condition quandary

  • July 11, 2024
  • 7 replies
  • 9 views

Forum|alt.badge.img+18

Will someone help me figure out how to write conditions for this case?

I have a model (ModelA) with a lookup field called Staff__c.
I have a model (SelectedStaff) which will either be empty (if no staff is selected) or have one row.

I want ModelA to return records where Staff__c=null when the SelectedStaff model is empty, and Staff__c=(SelectedStaff)(Id) when it’s not empty.

I’m struggling to write conditions to do that. Help?

This topic has been closed for replies.

7 replies

Forum|alt.badge.img+20

GTM?


Forum|alt.badge.img+18
  • Author
  • July 11, 2024

If that means “got a minute?” then yes.
Otherwise, I have no idea.


Forum|alt.badge.img+18
  • Author
  • July 11, 2024

Ah.

I’m just going to use Staff__c = “” filterable default on for ModelA, and run a model actions on query of the SelectedStaff model to set the value and query ModelA. The only downside here is that I can’t have skuid ‘remember’ the selected staff… it has to start off empty.


Forum|alt.badge.img+20

lol… gotomeeting


Forum|alt.badge.img+20

All set then?


Forum|alt.badge.img+18
  • Author
  • July 11, 2024

yep! thanks.


Forum|alt.badge.img+18
  • Author
  • July 11, 2024

hahaha, ok.