Hi,
a tree select consists of parents and their children, who can have child objects and so on. I can access all selected values in one variable, but not the individual selections.
So:
This > That > Those
will always display “This::That::Those” when accessing the value through a variable. It should be possible to access the values individually.