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
Hi, @16josephsrgz!
This method might help you -
Everytime you click the submit button, execute these blocks -
Thanks!
2 Likes
Thank you once again @kartik14
2 Likes