Sometimes, a response may contains json array of hundreds objects, and I want to format them shown as a table for a more clear view. I can’t figure out how to do it.
Even better if I can associate buttons to every row, and bind javascript callbacks which call postman APIs, like set environment variable, generate new request with data of the row, or run tests against given row.
In general, I need a feature to generate html segment from the response using user provided javascript, and show it somewhere.