Currently Not able to use special characters in Request tests tab and its displaying error
I am getting the response like this.
But in postman If I try same json path, its giving error. Any way to avoid it or any workaround is there.
Currently able to solve by ```
pm.environment.set(“nameBoxElement”, _.values(response.value)[0])
But was curious to know if there is any xpath or regular expression I can constuct to get the required dynamic element value taking static text as reference kind.
![image|690x302](upload://385LTewaOKgTMUNc7vR1Htf1CD2.png)