How to leave only child items of an object in the HTTP request?

My HTTP request returns more info then I need. So i need only the array of items in the datadata array.
How to tell this node to go into “data” property and use this as the result array?
The url: https://datausa.io/api/data?drilldowns=Nation&measures=Population

Hey @artildo!

For this, you will have to use the Function node. Below is the workflow that can use

@harshil1712 Thank you very much

1 Like