
Dear all,
I am using Power App's Form controller to upload data to a SP list with 120+ fields, considering so much fields need to be filled before final submit , I think maybe its a good idea if the device can store/memorize some datacard's value would be more user-friendly.
in my case, once the user hit the button ,it will automatically create a new form and the old data will be delete, is there any way I can store the data in form and without wipe it and let the user to edit the form after several hours ?
Looking forward your answers,thank you very much!
Clare.
Hi @clare-sy ,
You can create a collection or data table for storing data so you can use later but that's temporary as long as App is active. Once closed then Collections and Variables will be deleted.
Also refer Community Post and MS Docs link for further info.
Hope this helps.