-
Posts
186 -
Joined
-
Last visited
-
Days Won
4
Community Answers
-
Jon Kokott's post in Strict typedef in XNodes was marked as the answer
I think its because your terminal on the xnode isn't really a typedef but just an adapted terminal. Maybe try opening the typedef itself (by using the string of the actual name) and then getting the path.
So somethign like:
control -> Value-> Strip out typedef name from variant -> open vi reference (with the string name in same application ref) -> then get path.
~Jon