Watcher filter Latency_info

I need the watcher to differentiate between 2 values of the same field:
Within the latency_info field in the task "Integration" I need to differentiate whether the result field is "-" or "200".

"latency_info": [
{
"task": "Start",
"started": 0
},
{
"result": "-",
"task": "Authorize",
"started": "-",
"id": "-"
},
{
"result": "500",
"task": "Authorizer",
"started": "29000",
"id": "-"
},
{
"result": "-",
"task": "Authenticate",
"started": "-",
"id": "-"
},
{
"result": "-",
"task": "Integration",
"started": "-",
"id": "-"
}

But I am unable to do it.

Any suggestions?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.