How to extract a specific value from an array from a collection variable

As you can see, “[826,827” is a string, so when you type responseTest[0], it is expected behavior to get the “[”. By not using JSON.stringify, you can actually get what you want.