::Meta.TagName in perspective

Hello,
I have an application in Vision, in that application, I have a template called “Station”, inside I have an UDT called SimpleStation and a label with the text binding to the expression:
substring({Station.SimpleStation::Meta.TagName},8)

All my PLC Tags have the same name, only change the number of the station, so is easy for me to get the name of the station in my graphics, but, when I try to do the same in Perspective, it give me Error_Configuration.

How can I acces the tagname of my udt in perspective?

1 Like

Pass in the path to the UDT instance instead :slight_smile: lots of benefits, but that doesn’t answer your question… I have no idea as I don’t use udttype parameters