Unable to get duplicate node in Tree Widget
I am having tree widget with data. Based on the selected node, we are populating data.
- Plant1
- Department1
- Line1
- Station1
- Station2
- Line2
- Station1
- Station2
- Line1
- Department1
Whenever we are trying to select "Station1" under "Line2", unable to get selected value from service output.
Selectedbreadcrumb also empty string.
How get the selected values while selecting "Station1" under "Line2"?

