I’ve got a UDT that has an expression tag that needs to access properties on the main UDT. If I put that tag as part of the main portion of the UDT I can access the Meta and Custom Properties. However, if I put a tag in a folder and try and access the same things I get null.
MainUDT
Meta Properties
Documentation
Custom Properties
Tag
Test Tag
Expression: {[.].Documentation} <- This works
Folder
Test Tag
Expression: {[.]..Documentation} <- This doesn't work
Any ideas on what is going on?