Get an array element at a specific index

I'm not sure how to retrieve the element of an array that is at a specific index.

For example, in…
['one', 'two', 'three', 'four', 'five']… I would like to get the element at the index `2`, in this case…
'three'
How would it go about doing it in Xano? I don't see a relevant manipulation in the Array menu. I also don't see the right filter to get it with a variable.
Other
4 replies