Wanting to set a value to a button and get the value to be inputted on a new screen. I don't know which blocks can read the value of a button

I’m trying to create a set of buttons which have different numerical values assigned to them. When a button is selected I would like that numerical value to be shown in a different screen. I have tried to work it out but have had no luck as this is the first time I have used Thunkable. I will attach some screenshots of my current block codes for an idea of what I’m trying to achieve. Open to any feedback as coding is not my strong point.

I would avoid using dynamically-named variables that look like this: app variable “ “

Instead, initialize your variables and give them a name there. It’s much more consistent than trying to always type in the right name for every variable. It should save time, too. See the video tutorial here: Variables Overview | Thunkable Docs.

If you’re still stuck, post a link to your project and someone can see how you have your blocks arranged. It’s not entirely clear from your screenshot which blocks are on the Self Care screen and in what order everything happens for the user.