Hello,
I've created a form in PowerApps and the data source is the SharePoint list.
Within the form, I've splitted this form into 2 sections (Form1 and Form2). Say for e.g. I have total 5 fields in the form.
3 fields are required to be filled by the Requestor and 2 will be filled by their Manager after the requestor submits the form.
All the 3 fields to be filled by Requestor are Mandatory field and for Manager 2 fields are optional.
Now when Requestor clicks on submit button, the form gets saved and is updated to SharePoint as well. But I get a error message as Title field is required to update, even though the title field is entered by the Requestor.
I guess, in section 2, were we kept 2 fields for managers to update - does not has the Title field or other mandate fields for them to update.
Is there a way we can surpass the Error Message that we see in Red?