Skip to main content
Nintex Community Menu Bar
Question

custom component - access picklist property in runtime

  • July 9, 2024
  • 3 replies
  • 28 views

Forum|alt.badge.img+18

xmlDef.attr(‘mypicklistproperty’) returns some kind of object.

What is the appropriate syntax for getting the value of a picklist property?

Thanks!

This topic has been closed for replies.

3 replies

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

^^bump


Forum|alt.badge.img+9

Try console.log() ing the object. Then you can figure out how to access its properties.


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

Thanks, Moshe.

Turns out it was giving me the right thing the whole time. I was just subsequently using skuid.utils.merge() when I should have been using skuid.utils.mergeAsText().