I’m trying to pull a list of agents from our internal WFM tool using a GetRESTProxy snippet action in Studio. The API returns a JSON array, but when I try to access the first item, the variable comes back as null. Here is the snippet code I’m using: ASSIGN myAgent = JSONParse(response.body)[0]. The response body looks fine, so I’m not sure if I need to handle the array differently. What am I missing?