Im looking to monitor a list. Each item in the list has a number that ranges from say 29 to 2000.
The list can become a tree, if you click on one category, that category has a sublist (still showing the main list) that each has their own item count as well.
I’m looking to monitor one of these main categories and get an alert when a new category is shown.
When a subcategory has 0 items, it’s no longer in the list.
I want an alert when one of these sub categories pop up (only looking for those from a single category.).
I tried to set an alert and select this list, then deselect every number and line thats currently there, but the list order changes or something because my selection seems to move up/down a line. any ideas on a more effective way to achieve this?
I was thinking to add a wildcard. When these new categories pop up, the number next to them is almost always under 5 (usually only 1 or 2 before it dissapears again). So, I was hoping to maybe add a rule to only be notified if theres changes where added text isnt 1** (for any number thats 100 to 199) and do the same for 200 300 etc and also 10 20 30 ect. this would rule out all the false positives.