Get value of an Integer Array?

I created an array of integers and then set the value of each index to a different number.

For some reason though, when I Get the Array, it’s only giving me the index number, not the stored value. How do I get the stored value?

You use “GET” node right?

Of course. But for some reason when I use the GET on the array, then tell it to grab index 4 for example, instead of returning 19 it’s returning 4.
Am I using an integer array incorrectly or did I just mess up my blueprint network somewhere along the way?

It was something messed up in my network. I redid it from scratch and it seems to be working now.

Thanks for the help.