how to do transfer property from JSON without brackets?
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 ge...