Forum Discussion
- nmraoChampion Level 3Try
$.entities[-1:].id[0]
Related Content
- 5 years ago
- 6 years ago
in property transfer step i'm using jsonpath to extract a value from response
$.entities[-1:].id
and exporting it to the property on testcaselevel
but instead of getting a value like 123456 i'm getting [123456]
is there a way how to do the property transfer without brackets?
sure i can remove it later, but why should i?