Hi there.
Situation: I'm checking few URLs and they're returning strings - ERROR and SUCCESS. Since check needs to go rather frequently, there are sometimes false-positive alerts.
Question - how to check for string and previous values and launch trigger action only if result is "SUCCESS ERROR ERROR SUCCESS" - if values are "SUCCESS ERROR SUCCESS ERROR" - nothing happens/no trigger.
Situation: I'm checking few URLs and they're returning strings - ERROR and SUCCESS. Since check needs to go rather frequently, there are sometimes false-positive alerts.
Question - how to check for string and previous values and launch trigger action only if result is "SUCCESS ERROR ERROR SUCCESS" - if values are "SUCCESS ERROR SUCCESS ERROR" - nothing happens/no trigger.
Comment