HTTP response - text type get value

Good day everyone,
Can you please help here I need to get the value from the http content:

I need to get the underlined value…the response format is always the same it always comes out like that.
The value I need to get there is dynamic so I created a variable

This Request type is JSON

Then parse the response
Deserialize JSON Array - out: myJArray, DataType: JArray

Assign Activity:
strFirstItem = myJArray(0).ToString

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.