I will like to retreive a specific item (path) from a data tree (see image below). How can i do this? I've trying it with the item list component but no results. Any ideas.
Hello,
If you want to retrieve a specific path from the tree then use the tree branch component. In this component you need to give it the tree (coming directly from the Graft tree component). Then, you need to give it the path. The grey param viewer there gives you back the tree's data structure as a list, so, with a list item component connected to the param viewer, you could get a specific path(s) from the tree, then connect this to the tree branch component...
luis
Thank you for the advice. I've just solve my problem with a similar strategy. I've only used a Graft component and a simplify tree component conected to a tree branch which have a set of path defined. (see the image). Thanks again.