Skip to main content
Nintex Community Menu Bar
Question

Reference field not in Model's data object?

  • July 9, 2024
  • 2 replies
  • 12 views

Forum|alt.badge.img+18

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?

This topic has been closed for replies.

2 replies

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

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. 


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

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