Hello everyone!
I have created a canvas PowerApp which behaves like a little game. In short, there are a number of questions an user needs to answer. Each time they answer a question, they get a point (and if it's wrong, they get nothing). After they have answered some of the questions and for example, they want to exit the app, they have the option to submit the questions so that they are saved into a SharePoint list. The SharePoint list shows the initials of the user that was answering the questions and every question they have answered at the time they submitted the questions.
My problem is that I have been currently struggling to retrieve the data back into the app. What I want to do is that for everytime an user re-enters the app, they should be able to see which questions they have already answered and which not (I did not mention, but all of the questions are shown into a screen with some icons that changes color if the user answered right or wrong). I hope that maybe there is someone who encountered this before and has some input I could try!