Hi,
I have a race condition in my trigger.
I have two items checking at defined schedule time getting a value which is the correct value for today. But we have to make sure they are the same.
So my trigger expression looks like:
last(item1)<>last(item2)
And what I get is a problem alert with duration 0s as the first item creates the problem (values differ), the second switches it to ok.
Is there an easy way to get this done?
I have a race condition in my trigger.
I have two items checking at defined schedule time getting a value which is the correct value for today. But we have to make sure they are the same.
So my trigger expression looks like:
last(item1)<>last(item2)
And what I get is a problem alert with duration 0s as the first item creates the problem (values differ), the second switches it to ok.
Is there an easy way to get this done?