Display UDT Tag values in tree form?

Being aware of the TagBrowseTree, is there some way to configure the component for a UDT tag to also show the values, like the TagBrowser in Designer?

I have several fairly extensive UDT structures that are easy to look at statuses in the designer, but drilling down and selecting to view individual values in TagBrowseTree isn't useful.

I could make tables but I have folders of tags in the UDT to keep things organized.

Here's an example of the json display of the values - if I could just display that in a component it would be wonderful

I can make custom displays for this but I thought I might be missing something obvious? Thanks!

Your best option is to display them within the Tree component. You'll need to construct the items yourself though in a script transform

1 Like

bummer, thanks for the direction though