Has anyone already have a solution how to get the information from there to your workflow ?
I have tried “get text”,“get full text”, as well as recording myself clicking on it.
It is not the the UiPath workspace in Postman I’m trying to get the response from.
You shouldn’t be using UI automation with Postman. You should be using the HTTP Request activity to send the API call and get the response back, then parse the JSON.