I’m new to visualize and managed to display a table of “first level” variables.
But the code below returns an empty table. Can someone see why?
I’m new to visualize and managed to display a table of “first level” variables.
But the code below returns an empty table. Can someone see why?
We’re closing out older posts with no replies to keep the community organized. It looked like the issue was that as the response was an array, you would need to reference that with pm.response.json[0]
in the visualizer function to access the first object. You would then be able to loop through the Tees
array but you’re still need to change tees
to Tees
.