I am trying to pull information from a Restful API

The issue that I am facing is regarding populating details from an array. I am using javascript to manipulate and populate in columns my desired results. I am using workflow and I have setup one api to get the bearer token and in the next one I am passing that token to get the results. When I check the http request in the http query editor. It returns the right results. When I run the workflow. It returns only one column and doesn’t return the other two columns in step results.

You can see in the image attached. It is returning only one result that is the name but in the http query when I run the test it returns the right results.
I have contacted the support but they haven’t been able to help me out.
Kindly help me resolve this issue. I have checked the network in developer tools and my results are coming in right there as well.