Let’s say I set a condition which only triggers with Net Added Text “abc”. It correctly fires the first time “abc” appears on the page.
Later, a second “abc” appears on the page. Would the condition trigger again or would it not be met because the second “abc” would not fall under “net added”?
On the first check, the page content might be: abc lorem ipsum
On the second check, if the content becomes: abc lorem ipsum abc
The additional abc is newly added text, so it would qualify as net added text, and the condition should match again.
If it did not trigger in your case, you can click on the bell icon under the Change History to open the Condition Debugger window. It will show the text comparisons, the condition evaluation, and explain why the alert may not have triggered.