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