I'd like to have a dropdown that provides a list of UDTs (names) from a specific tag folder. (currently functions on page load via tag.browse transform script)
My question is what the best way to monitor for change to the tag folder contents and bind the dropdown options to reflect the change automatically? Binding directly to a folder path doesn't trigger binding updates when the folder contents change.
I expect I could get a timed gateway script to browse and count or index the folder and do something with that, but I'm wondering if there something more streamlined that I'm not considering.