Tag Browse Tree - Selected path is always empty after deleting the dataset

Hi, I was playing with the Tag Browse Tree and during a test I delete the dataset of the property "Selected Paths" of a specific tag (in Realtime mode)

Since that moment every time I select that tag, the dataset is empty. Also if I write inside the dataset the correct path, the next time is return empty.

How can I force the selectedPath to fix this?

Thank you

I'm not sure I understand your question. In my testing, I didn't observe any unexpected behaviors. --Ignition v8.1.35.

When I write a null value to the dataset, it behaves as expected and clears the tag path:

tagBrowseTree.selectedPaths = system.dataset.toDataSet(['selectedPath'], [[None]])

Similarly, if I provide a tagpath in the dataset, it selects the given path:

tagBrowseTree.selectedPaths = system.dataset.toDataSet(['selectedPath'], [[someTagPath]])