Hi
I have an Item which gets a numeric value. The trigger is if value is not 0 there is a problem. Lastly I have an action which alerts via email from Step 1 - 5 every 30 mins but the problem I have is even though the vaule changes it does not update the value
example.
{ITEM.VALUE1} = 2 this is a problem and an alert get sent out "PROBLEM BLAH {ITEM.VALUE1}= 2"
30 min later
{ITEM.VALUE1} = 5 this is a problem and an alert get sent out "PROBLEM BLAH {ITEM.VALUE1}= 2"
As you can see the value does not update. It seems to send the first alert meassage all the time
I have an Item which gets a numeric value. The trigger is if value is not 0 there is a problem. Lastly I have an action which alerts via email from Step 1 - 5 every 30 mins but the problem I have is even though the vaule changes it does not update the value
example.
{ITEM.VALUE1} = 2 this is a problem and an alert get sent out "PROBLEM BLAH {ITEM.VALUE1}= 2"
30 min later
{ITEM.VALUE1} = 5 this is a problem and an alert get sent out "PROBLEM BLAH {ITEM.VALUE1}= 2"
As you can see the value does not update. It seems to send the first alert meassage all the time