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!
Solved! Go to Solution.
You could have a subscription that auto-acknowledges the alert.
Beware of the amount of alerts coming in then.
You could have a subscription that auto-acknowledges the alert.
Beware of the amount of alerts coming in then.
What would be the trigger for that subscription though?
You can subscribe to the defined alert.