I thought I knew how to get a value out of an array, but I'm having trouble. I'm looking to return the 2nd, or middle value - the string between two commas in my field:


The split function itself works...


And I can ask for the first value successfully...


But when I ask for that middle value, it says it's out of bounds. I feel that I'm missing something obvious and would appreciate any pointers!