

You can try experimenting with visualizations using the collections listed above as a starting point and tweak the code to get the results you need for your own data. You can use it in the same way as debugging a web page.

This will open the visualizer Developer Tools attached to the sandbox. You can debug a visualization in Postman by right-clicking in the Visualize area and choosing Inspect visualization. The layout string is inserted into the of the rendered page, including any JavaScript, CSS, and HTML that the template contains. You will see this rendered HTML page in the Visualize tab. Postman uses the information you pass to pm.t() to render an HTML page in the sandbox for the visualizer. You can use this to control how Handlebars compiles the template.

The table is rendered as HTML as it would be in a web browser. Send the request in Postman and select the Visualize tab to see the table. The value assigned to the response property is the response JSON data from the request parsed as an object.
