Skip to main content
Nintex Community Menu Bar
Question

Is it possible to get a picklist 'label' instead of api name through merge sytax?

  • July 11, 2024
  • 1 reply
  • 12 views

Forum|alt.badge.img+7

I have an org that has a lot of differences between the labels and api names of picklists. I’m having trouble access the selected value’s label without js.

Is there a merge syntax that could do something magical like this $Model.myModel.data.0.mypicklistfield.label?

1 reply

Forum|alt.badge.img+5
  • Nintex Employee
  • July 12, 2024

Hi Paul,

If I’m not mistaken, I think you can get the label to display by using triple braces around your merge syntax (ex. {{{$Model.myModel.data.0.mypicklistfield}}})