
Announcements
Hi Friends,
I am working on my first powerapp project. I am developing app where user can update there response in forms which I created using SharePoint list.
Since there are many fields in the form and for user it is very difficult to update all fields at once and submit.
I would like to provide one button to "save as draft" to help user to save responses. For example if user updates two fields and want save the responses as draft user can click on "Save as draft".
Again when he access the app user should be able to continue with other fields and start updating his/her responses.
Below is the screenshot and highlighted in red is the place where I want to give "Save as Draft" option to user.
Could you kindly help?
Regards,
Vin
hi there @vinmam123 there are a few ways to go about this.
Consider having a status (choice) column, when the user saves the form it reads "Draft" when the user login a filter on a gallery showing all the drafts for example. when the user click on its have the form mode change to edit mode etc to allow the user to complete the form. when they submit have the status as submitted or something like that.
Hope it helps,
R