I have a form within my Power App with around 50 fields, many of which are required fields, or dynamically required depending on how other fields have been completed.
Users have commented that they want the ability to ‘part complete’ the form, i.e. get half way through, click a ‘back’ option and save their progress.
This would be a great addition; effectively part completed forms include a draft status flag, and then users are presented with the option to edit their draft form to complete the submission.
The issue is that I’m running into a problem with all those required fields. I could patch each field individually, but additional fields/questions are added periodically, and I want to ensure that there is no danger of an added/removed field in future from being missed off the patch list.
The Title card is autocompleted and hidden from view so there is no danger of that being missed, and the required control of each field sits in PowerApp and not in the underlying data source.
Is there a way of submitting the form but temporarily suppressing some/all of the required fields?
Thanks