Multiple response from API

How to get multiple values from a single parameter from the API response? For example, there are 5 members and I want to get all the 5 names into a single variable. In the “Transform into variable” section, what am I supposed to give, like response.0.name, response.1.name and so on or anything else?

@ajaysrinic I think we can use a array to get that all , isn’t it?

Hey, thank you for that. Didn’t think of it!