Access array element after split processor

It looks to me there has to be a solution. But I can't find it anywhere.

I've tried {{array}}[3], {{array[3]}}, {{array}[3]}, {{array}}.values[3], doc['array'].values[3]. None of them works.