When user input forms are very huge and time consuming to fill, then end user expects Save as Draft feature; so that they can save the incomplete form, to be filled later on.
 
PowerApps support this feature, it uses Local Storage of mobile/iPad/tablet devices to store the data locally. This feature also helps to make your app works in offline mode.
We will use LoadData and SaveData functions to achieve this feature.
 

Save As Draft In PowerApps
Apr 09 2020

Sarvesh Shinde

In this video article, we will see how to save your form as draft locally on your mobile or iPad device in PowerApps.