Is it possible to visualize data from running a series of requests as a collection?

Hi,

I have a series of requests that test a workflow. This includes finding some data from one api call and then using information from that data to make subsequent calls. Currently I just dump the json from the last call into the console so that I can inspect it. Ideally I would like to use the visualizer functionality but do see how to get that to work when running a collection. All I see when running the collection is a list of the requests that were made and the ability to look at things like the requested url, headers, response headers, response body …

Is there a way to use the visualizer functionality when running collections or can it only be used when running single requests?

Thanks

same here, also tried to run collection in which request holds visualization code but when we run it there is no option /tab to view visualization results

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