How to keep old data when a user is creating new data using the form

I’m using the form system where the user can interact and edit a list. when the user goes through the form and submits it, it creates a new list and displays it. When the user goes back to the form section to add more, it deletes everything added previously and only shows the new ones added. How do I let the user keep the old data on their list.