Imagine this scenario
When running a job, I need to create a dropdown menu that lists the 23 remote offices, then a second dropdown menu is dynamically updated, listing the device groups for that remote office, and when a device group is selected, a third dropdown menu is dynamically updated to show the devices in that group, that exist in that remote office.
Something like:
Office 14 > device group 3 > device 6
Is it possible to do this using my existing nodes.xml, considering that there’s a total of around 650 devices?