Saving Progress based on CodeWord

Hey, I am running into issues with trying to save progress in my app. So it runs kind of like a storybased app, there will be a journal as well as some mini games and side stuff. What I am trying to do is use the table I made in Thunkable that will house all of the Codes and the progress. Each code will be a different user and they will all be at different stages in the game. Here is what I have based on all of the research I have done but I just cant figure out where to go from here to get everything linked. Specifically getting the table to correctly update the progress on the correct Code. Sorry if it is obvious, I am like 2 days into learning this and none of the videos or topics seemed to have the answer I needed. Thank you in advance!

EchoingToken = CodeName Text Box
EchoingTokens= The List of Codewords
Let me know if you need anything else to make it easier to help!

It looks like you’ve coded a code check so the next thing to do would be to see which code/token they’ve entered and then send them to a different screen or however you plan to set up the various progress points.