We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I am trying to read below response body using Get Resonse Body KW.
{ "addresses": [ { "id": "490", "city": "city93111", "country": "country93111", "house": "house93111", "state": "state93111", "street": "street93111", "zip": 93111, "firstname": "singh", "lastname": "singh", "defaultAddress": 1, "phone": null, "gender": null, "landmark": null, "area": null }, { "id": "491", "city": "city93111", "country": "country93111", "house": "house93111", "state": "state93111", "street": "street93111", "zip": 93111, "firstname": "singh", "lastname": "singh", "defaultAddress": 0, "phone": null, "gender": null, "landmark": null, "area": null } ] }
But the response it is reading is below
${Response} = {"addresses":[]}
can you please help me how to get the content inside the list?
Quick response is very much appreciated.
The text was updated successfully, but these errors were encountered:
Could you provide a little more context ? What is your actual RF code, what is your server's HTTP response?
Sorry, something went wrong.
No branches or pull requests
Hi,
I am trying to read below response body using Get Resonse Body KW.
But the response it is reading is below
can you please help me how to get the content inside the list?
Quick response is very much appreciated.
The text was updated successfully, but these errors were encountered: