In normal code, I can do a for loop and use the changing index value to do something like this array[index].
Does not appear so in Xano, because only dot notation is supported. array.index doesn't work.
I just want to get the nth value of an array while looping through. How? TThanks