I've made considerable progress on my app and I've circled back around to the question.
But I'm stuck on how to cycle to my next item.
I'm pulling data from an API, when the next question is pressed, I want it to change the question and load the next set of questions. (Much like quiz behaviour)
I've got everything working for the most part, but I can't figure out how to cycle through each item.
Trying to get all my fields to work correctly and I'm running into this issue.
Fields Map no problems but as soon as I try and get things to work using an index, I end up with this issue.
This makes switching to the next question a big issue since I'm depending on that index ability to switch between questions