I am trying out the visualize option in postman results and followed the steps from Postman guide. But I couldn’t see the results in a tabular column as expected. I am using " http://www.omdbapi.com/?apikey=203374f9&i=tt1285017" with get method.
In the examples, it would have been looping through an array [ ] of data in the response.
It would have needed to use the handlebars {{#each}} ... {{/each}} block to do this but because that API you’re calling is just a single object { }, it doesn’t need to use this block.
You would only really need to do something like this to see the response values in the table: