To all the Xano experts .
Is their any way to access the index and the array in the For Each callback function? In the function stack it seems only to allow you to set/access the element variable?
Is there some way to access the current index in a lambda inside the loop? I know I can access the array in the lambda, but I need the current index to modify the array element.
A bit like $index in higher order filters.
I'm also aware that I can use the traditional for loop, but I started using the for each and don't want to have to convert it all to a traditional for loop if I don't have to.
Any suggestions are much appreciated.
Thanks
Brendan.