I have a UDT with the elements shown at the bottom of this picture. I am using a view parameter with a path to my UDT instance. It returns a dictionary of my UDT instance, which is cool.
I would like for the result of this expression to be only the value form the "Description" key. In this case the desired return would be "LH Table Top". Can anyone help me with determine the correct expression syntax?
Thank you