I’m trying to build a Custom Sidebar Element to list custom Host Labels. However, when I add multiple rows to the element and set a filter on each one for Host/Host Labels/ Label is , it’s only using the value that was last clicked on for All of the rows.
Row 1: Video Devices - Label is “devices:video” - shows 17 items
Row 2: Audio Devices - Label is “devices:audio” - should show 25 items
However, when I save the Element after setting the “devices:audio” filter it’s applying it to the “devices:video” Row too. It’s displaying 25 devices for both rows and overwriting the filter string in the first row.
Is this a bug or am I doing something wrong?