How do you put a response from a text input to go in a different page?

I’m working in a recipe making app and this is the last thing I need, I cant get the responses from the text input to go to the last page. pls help!

You can save a value to a variable and access that variable from any screen.

would it work with multiple text inputs?

For multiple values, you can:

  1. Use multiple stored variables
  2. Use a data source
  3. Use a list variable
  4. Use a text-delimited text variable

If you are new to Thunkable, I recommend #1 or #2.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.