there are two different approaches:
- the easiest way is to use the condition “text doesn’t match any previous text”. this will suppress notifications due to flip flops. this is the only solution if the page does indeed render the flip-flopping changes and there is no way to prevent it.
- the second approach depends on how page renders its content. when monitoring a list of items, one of the ways is to sort the list so that the order of results doesn’t change.