Can we actually make it so that text input can show up to another screen?

Hi ebaik1309hh3wqt, welcome to Thunkable! :tada:

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 looking to take the text entered in the text input and display it on another screen?

Most simply, you’ll want to brush up on variables and use those to store the value entered in the text input and then, on the later screen, call the variable’s data as the text for a label component.

1 Like