Information noteSTABLE.
                    
This API is reliable and breaking changes are unlikely.
                This API is reliable and breaking changes are unlikely.
qlik.app.doSave(qFileName)
Saves a Qlik Sense app, including all objects and data in the data model.
Version history
| Version state | Details | 
|---|---|
| Introduced | 1.1 | 
Parameters
qFileName
Type: String
Optional.
File name of the file to save.
Returns
A promise of a Qlik associative engine reply.
Tip noteFor more information regarding a promise, see The Promise API.
                Example
app.doReload().then(function(){
   app.doSave();
});