How to extract a specific value from a Request Body in POSTMAN and save in a variable

@harutharut,

Similar post is discussed in this thread. In the query of the post the user mentioned a way to your question.

You can use $, something like

console.log(jsonObject['ROWDATA'].$['type']);

It’s a guess based on the response you have provided. Please tweak it based on your request, also try exploring cheerio. Let us know if there’s still an issue to get the value :slightly_smiling_face: