Skip to main content
Nintex Community Menu Bar

Any idea why a reference field that I have in a model’s fields list would not show up in its .data object?

The Primary_Staff__c field is here:

But not here:

What’s going on here?

When there is no value in the reference field,  we don’t go get the full referred object.  So make sure there is actually a value for 
Primary_Staff__c in that record. 


There’s not a value, so… there you go! Thanks. 🙂