
Can anyone help with this issue-
I have created an app with a multi screen form control. The data source is a Sharepoint list.
I want to introduce a “save as draft” option, but have run into an issue because the Patch function that I am using to submit the multi screen form does not seem to work with the “required” property in each data card (I have read that this is a recognised issue) - i am therefore unable to differentiate between submitting as draft and submitting the final form in the coding.
Very much an amateur at this - any help gratefully received. 🙂
Do you have some sort of field in your list to identify whether it's a Draft or Submitted?
That would be a start. There's no getting around the Required fields though, so whatever draft is saved, those fields would have to be populated.