When using the following script in Ignition 7.9.7, the system.tag.browseTags function would return an array containing roughly 10,000 items.
brTags = system.tag.browseTags(tagPath=filterPath + ‘/*’, recursive=1)
After transitioning to Ignition 8, the same script returns an empty array. I understand the function is deprecated, but was under the impression it would still be functional. If it is no longer functional, how could I use an Ignition 8 function to return same data. I’ve been trying to implement system.tag.browse but haven’t been able to replicate. Any guidance would be greatly appreciated! Thanks