Not able to retrieve run time data from watcher(signals)

Hi ,

I am trying to write script in actions section where i have to add that attached runtime data of fields(app, env, ip etccc) into an index, but somehow I am not able to retrieve runtime data for those fields. Any suggestion are welcome.

“data”: {
“msg”: [
{
“app”: A ,
“env”: test,
“ip”: 1251635
},
{
“app”: B ,
“env”: test,
“ip”: 1251635
}
]
}

@veldichandipriya Are you able to read data from the input inside the watch?
What are your source data?