Ad Widget

Collapse

Add last value to Alert message

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • develo999
    Junior Member
    • Mar 2019
    • 17

    #1

    Add last value to Alert message

    i have the next trigger :
    Code:
    {server1:files.totalinfolder.last(#1,0)} >50
    and i sent this key and value from the client, so when i have more then 50 files i will get an alert.
    after the alert start, i want to get the updated value in the alert (first it was 50, then more files added and so on..)
    i tried to add to the name of the alert :
    Code:
    Alert files  ({ITEM.VALUE1}) -  ({ITEM.LASTVALUE}) - ({ITEM.LASTVALUE1})
    if the alert started with the value of 55 files then the alert will be
    Code:
    Alert files  57 -57 - 57
    when more file will be added to the folder the value will still show : 57 for all 3 values.
    is there a way to update the alert values?


Working...