List Viewer Containing two JSON objects

Hello, is there a way to get the ‘name’ and ‘state’ from the JSON: https://api.openbrewerydb.org/breweries?by_type=micro&per_page=50 and concatenate the retrieved ‘name’ and ‘state’ to a List Viewer.

Hey @Abanoub_Gallah, are looking forethe join block? You can store the names and states in lists, and then loop over those lists, joining each name to it’s corresponding state.

Thanks! That solved my problem.