How to set input from text input as app variable?

Hello!
I am trying to make something where what the user types into the text input becomes an app variable. Thanks in advance!

2 Likes

Hi chan_wng_ean_carys19
See this

Screen Shot 2021-04-30 at 4.15.43 PM

2 Likes

The text in the green block is what has been inputted by the user right? Will this help me to display what the user has entered on the next screen? Thank you

2 Likes

Yes, correct. And you will use the variable block to display it on a different screen.

2 Likes

Hello
I have a question
I have 2 text inputs, and i would like to concatenate them both in a single variable and share them as a text message.
How can I accomplish this?

The Join block in the Text drawer will concatenate values.