Hm, hello?
I have been facing this problem for a month if not more, I just can’t get around it, and it’s keeping me from finishing the project.
I have a list of items that when I tap one it opens a new page. I linked the page name to the item name, that works just fine.
I also have two input fields where I add data to a list below, to keep it organized. And another input field that adds information to a container below, one that when I tap gives me the option to update it.
But my problem is that I have more than 10 items in that initial list, but even by tapping different items, it keeps showing me the same data.
When I tap item 1, it opens the other page with the information of item 1, however, when I tap item 3, for example, it opens the other page with the same information as item 1, and so on.
I sorry for being a bother, it probably is a simple problem, but I just can’t get around.