Skip to main content
Nintex Community Menu Bar
Question

format to reference field in another model

  • July 10, 2024
  • 2 replies
  • 15 views

Forum|alt.badge.img+14

I have an object that has 1 record. I have an object named “UI_Only_Field__c” with a field named “Delete_Days__c”

I have a UI-Only reference in an object to the object “UI_Only_Field__c”

Delete Days is a number. What does the {{ }} look like in order to get the value in Delete_Days__c"?

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+18

Bill, not sure I completely understand, but I think you should be able to go with {{$Model.YourModelName.data.0.UI_OnlyField__r.Delete_Days__c}}, no?


Forum|alt.badge.img+14
  • Author
  • July 10, 2024

Thanks. That was it!