Have an alert trigger multiple times while values is below threshold
Hi all,
I am trying to set up an alert that will trigger multiple times if the value is below the threshold a few times in a row on data change.
For example, PropertyX has an alert where if PropertyX < 800 then it alerts. PropertyX changes to 300 and the alert triggers. PropertyX then goes to 400 directly after, but this time the alert doesn't not trigger. From what I see an alert won't trigger again until it goes within the threshold again. Is there any way around this so it will trigger every time the property is below the threshold?
Thanks!

