Save all data in app

How can all data inside the app always stay in the app when a logged in user close app?

I’m creating a financial app. I want the user to be able to fill in a lot of numbers in various fields on a screen, and when the user closes the app I want all the numbers to still be there when the user opens the app later and go into the same screen. I want it to be like this with all the screens the logged in user fill in. If this is possible, could it be a “Save data” button on the screen and a “Delete all inputs” button on the same screen ? In this way, the user can decide whether he/she wants to save the data for later, or delete it.

Is it possible to get a detailed list of how I do this? Sorry if the answer to this is already here on the forum.

If you don’t understand the question, feel free to ask.

Hi @xplazor ,

Create a collection and link to users collection

In the new collection add fields for your inputs and later can be saved with update action

When retrieving the data, use logged in user>collection name

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