I guess the reason is that the RG acknowledges the list be a list of all My Guesses, as such, it show all Game 1 on this list, right ?
Did I structure the data wrongly ?
I’m thinking I might’ve approrach the “List of Guesses” from User’s account (i.e. add a field in list format in User Data Type to record their guesses" ? @lindsay_knowcode
No repeating group needed because you are only showing one thing (or row in your database). You just need multiple texts in a group, one showing Game 1, one showing Game 2, etc. The group would be type “My Guess” and it depends how you want to find this “My Guess” Would you want a dropdown picking a User and have it find the User’s guess?
Change the “User handle” field though to just “User” and change it to the type User. Then you can directly assign which User made that guess. Then store the user’s handle under the user themselves.
Understanding how to structure the database is a really big thing to wrap your head around. If you haven’t worked with Databases before, it’s going to be a frustrating first hurdle. I wrote a blog post about it here that might help if you think about it like Spreadsheets https://www.knowcode.tech/blog/understanding-what-things-are-in-a-bubble-database