Hi Everyone,
I have created New/Edit/and Show forms for a SharePoint list which includes a person/group field.
On the form, for the person field I have added a filter to the combo box to remove certain users without an email address - something like this:
Office365Users.SearchUser({searchTerm: .......(blah)
The new item form works fine.
The update method of the data card containing the combo box has something like this...
{
DisplayName: ComboBox1.Selected.DisplayName,
Claims: "i:0#.f|membership|" & ComboBox1.Selected.Mail
}
This also works fine. The issue occurs when a user selects the 'x' in the combo box to clear the field so that when they save they are setting the field back to be empty. I have tried many combinations of blank(), creating blank person records, even the Enable : Formula Level Error Management app setting, and nothing will make the field set back be empty.
I have read that this isn't actually possible. Is this true?

Report
All responses (
Answers (