[Solved] Text Input show up on label

So in my app, I need to have a user type a sentence into a text input, and then it appear on the label below. I know how to do that bit, but then I want the user to type something else, and then it appear below the previous sentence (while that previous text not disappearing). I would preferably have this on the same label, so the list can be infinite. Please help :slight_smile:

Hi, @16josephsrgz! :wave:

This method might help you -

Everytime you click the submit button, execute these blocks -

image

Thanks! :blush:

2 Likes

Thank you once again @kartik14 :slight_smile:

2 Likes