@yanezez1988 Thanks for the details.
If you want the condition to check whether the keyword is present only in newly added content, try changing the text type from Text to Added Text.
Added Text targets only the text that was added after the latest change, which is ideal for incremental updates or new additions.
Also, if you’re looking for an exact keyword match, you can use a more explicit regular expression:
\bESG\b
This matches ESG as a standalone word.
You can also use the Test Conditions button. It opens a debugger where you can check and verify how your condition behaves before saving it.
For more details, you can refer to this documentation:
https://distill.io/docs/web-monitor/using-conditions-to-get-alert-on-important-changes/#text-types