I’m monitoring a page with components that are often reordered, so I use the “net added text is not empty” condition, as suggested in a previous post.
This still leaves a problem.
If a new item was added and the page was reordered, I quite rightly get an alert, but it’s very difficult to find the new item, if I have 200 items on the page, and 60 of them were reordered.
The reordered Items still show up as “additions” and “deletions” on the diff functionality, so it’s very difficult to find the one item that’s actually new amongst all the noise.
Is there a way to track the text that actually triggered the “net added text not empty” condition, rather than the dozens of other items?