How to assign the output of the response to a variable in ui path

I am using one post request and trying to take response from the api.how to do it

@vijay_kumar4
Are you trying to do text analysis?

Hi [vijay_kumar4],

When we get any response from API mostly it is in JSON format, and we need to parse it.

To parse JSON, You can use “Deserialize JSON” activity. and parse the JSON, can assign it to variable.

For more details please find the below playlist how to parse JSON from simple to complex format.

Let me know if it helps you:)
-Priyanka

1 Like