
Announcements
I'm new to Powerapps and I am working on a form to populate data from Office 365. The combo box has been filled (person selected from Office 365) however when you submit the form, I receive an error that the record cannot be saved that the field is required. Any suggestions?
@pgorney -
As I understand it, you have a data source which is presumably a SharePoint list. You have created a single-select People field in that list. You have set this field to Required in your data source.
In your app, you have inserted an Edit Form control and you have bound the Form to your data source. You have also added the People field into your Form as a DataCard.
You modified the Items property of the ComboBox control inside the "People" DataCard by removing the Choices formula and instead added the Office365 Users table.
You now want to update your People field in your data source with the selected person from the ComboBox control.
Is that correct?