Eine zahl loggen wenn die sich genau um 500 erhöht

@hexstatic Thanks for sharing the use case .

While Distill doesn’t support alerting on an exact numerical increase, you can get very close using the condition:
“Added text” → “has number that increased more than (Δ>)” → 499
This will ensure that you’re alerted when the score increases by 500 or more, which should cover your scenario in the browser game.
Also, be sure to click the “Test conditions” button after setting this up. It’s a great way to verify the condition logic against your current content selection and catch any setup issues early. Here’s an example:

For more details, check out our guide on using conditions:
:backhand_index_pointing_right: https://distill.io/docs/web-monitor/using-conditions-to-get-alert-on-important-changes/