I am trying to get multiple input texts to show up on a different screen. I tried storing it as a variable but how do I make it show up on a different screen and will this work for multiple inputs or do I need to make more variables?
Hi ofeliagonzalezuhlyhg, welcome to Thunkable!
Be sure to check out How to ask Great Questions v2.0, the Community Guidelines, and our Getting Started Guide to make the best of your Thunkable Community experience!
Are you wanting the text entered on the text input to be visible on different screens? Variables are the way to do this generally if you are only using a few of them. If you’re going to start having many inputs and wanting to collect that information, a data source may be a better option. You can see more information about that, including tutorials, in our docs.
If you’re going to stick with variables, you can have whatever text is inputted into the text input saved as a variable. When you want to retrieve that data, you can use a label and set its text to the variable you collected earlier.
Thank you, I have a follow up question. How do I save the text as a variable? Im having trouble.
Could you take a look at my code?
https://x.thunkable.com/projects/66db441edb94546984e45cbd/03524ad7-75b7-4c22-8bf1-566ba8a84aa5/blocks
What is the specific issue you are having? This looks fine.