I followed some instructions to add a combo box to select a user and save it into a Person column named "Requester." Before this change, it was working, as a text box, saving the user from the User() function. I wanted the user to be able to change to select a different user and have it save in the Request column.
After the change, when I press the button to submit the form, it shows an error, "Network error when using Patch function" and debugging monitor shows further error,
Office365Users.SearchUser({searchTerm: requesterDataCardValue4.SearchText})
DefaultSelectedItems property:
Parent.Default
On the Data Card,
Default property:
Form1.Mode = New,
{
DisplayName: User().FullName,
Claims: "i:0#.f|membership|" & Lower(User().Email),
Department: "",
Email: User().Email,
JobTitle: "",
Picture: ""
},
ThisItem.Requester
)
DisplayName: requesterDataCardValue4.Selected.DisplayName,
Claims: "i:0#.f|membership|" & Lower(requesterDataCardValue4.Selected.Mail),
Department: "",
Email: requesterDataCardValue4.Selected.Mail,
JobTitle: "",
Picture: ""
}

Report
All responses (
Answers (