Skip to main content
Nintex Community Menu Bar
Question

Id showing instead of name

  • July 11, 2024
  • 5 replies
  • 4 views

Forum|alt.badge.img+14

I have created a record and saved the record. I now want to use actions to reference a another object. I am using a collapsible wrapper action
{{{$Model.TempEngagement.data.0.Temp_Engagement_Location__r.Zip_Postal__r.MLS_Name__r.Id}}}

5 replies

Forum|alt.badge.img+17

The last part of your reference is MLS_Name_r.Id. I think you want MLS_Name_r.Name


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

I tried that and it does put the correct name in field but when I try to save it says


Forum|alt.badge.img+17

Ohhh… I see what you are doing now… try two actions in the action sequence. The first action updates MLS_Name_r.Id and the second action updates the same field to MLS_Name_r.Name. I think that will work based on a use case I had a long time ago so I may not be remembering it correctly.


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

Same results.


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

Here is what works  {{{$Model.TempEngagement.data.0.Temp_Engagement_Location__r.Zip_Postal__r.MLS_Name__c}}}

Leave off the Id and use __c instead of __r