Hey!
So i've been very close to break my computer on this issue...
I wanted to do a Loop on an array and each time fetch the nth item of that array.
So I created an index var with the value of 0 and for each loop added a +1 to it.
Now come the confusing part - when I use a static number to get an item from the array it works perfectly:
But when I try to do this in a loop which uses a dynamic value for the index it doesn't work
And after searching the forum, GPT and all over I couldn't get an answer till a friend wrote me that I can just use the get function with the dynamic index variable and it worked!!!
This was VERY not intuitive for me as the get function explains that you need to specify a PATH and doesn't specify that an index is also an option to use....
This was very frustrating - I think a ux improvement is possible here 🙂
Thanks!