i have the next trigger :
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 :
if the alert started with the value of 55 files then the alert will be
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?
Code:
{server1:files.totalinfolder.last(#1,0)} >50
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})
Code:
Alert files 57 -57 - 57
is there a way to update the alert values?