One more thing from me: is there a way to concaten...
# help
m
One more thing from me: is there a way to concatenate a string like in java?
Copy code
"value": "{{jsonPath request.body '$.values.list_of_values[0].prefix' + '$.values.list_of_values[0].value'}}"
l
I don't think you can use
jsonPath
in that way. I guess a simple solution would be:
Copy code
"value": "{{jsonPath request.body '$.values.list_of_values[0].prefix'}}{{jsonPath request.body '$.values.list_of_values[0].value'}}"
👀 1
❤️ 1
m
God save Lee and everyone who helps in that chat❤️
🙌 1