JSON Response in Postman

Hello everyone,

I am trying to get the json response, especially the “objectId” from the Postman response, into my workflow.

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.

Thanks !

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.

thank you ! i have just managed to get the objectid with your help!

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