Dear All,
I am having error described in title. It worked fine when i started to build the app. After I have released for users, user cannot patch the record and I (as developer) cannot also patch the record for Person column only. Other column types worked fine. Required permission to perform the operation like Read/Write access to SP list is in placed. Here is my patch function in the app.
Patch('SharePointList', LookUp('SharePointList', ID = varSelectedItem), {Title:txtAccountName.Text, TYPE: {Value: txtAccountType.Text}, Owner:{Claims: "i:0#.f|membership|" & If(IsBlank(cbOwnerName.Selected.Mail), LookUp('SharePointList', ID = varSelectedItem).Owner.Email),
Department: cbOwnerName.Selected.Department,
DisplayName: cbOwnerName.Selected.DisplayName,
Email: cbOwnerName.Selected.Mail,
JobTitle: cbOwnerName.Selected.JobTitle,
Picture: ""}, Team: {Value: ddTeam.Selected.Value}, Description: txtDescription.Text, 'Interactive Logon?': Radio1.Selected, StillUseOrNot: Radio1_1.Selected});
I have no idea how to fix the issue. Any idea what went wrong ?
Any support is highly appreciated.
Best Regards,
Zayar