Variable to text output

I would like to take a text input and list every input into a list viewer. The program would take multiple inputs at different times and list all of them in a list viewer as they are added. Is this possible? If so, please send a response down below! Thank you!

1 Like

Welcome to Thunkable!

Yes, you can do this with the list blocks. Create a variable and set it to be an empty list. Each time the text input is submitted, add its value to the end of the list and refresh the list viewer which uses the list variable as its value.

If you have any trouble, there are video tutorials that will help and you can also post a screenshot of the blocks you’re using here and someone can help.

2 Likes