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.