I just cant get this to work. it seems simple enough.
tag = (system.tag.browseTags(tagPath= “[Default]CC07/GenericIOContainer/FlexIO”))
The tag path is valid, it works when I browse from the parent path (using CC07/GenericIOContainer/), but returns all tags in GenericIOContainer. Basically I am trying to return a tag type object for that specific tag, instead of browsing into its members. If I use ParentPath parameter, it returns back all its members inside which I don’t want.