Category
Describe the bug
The Code:
ISharePointUser user = await pnpContext.Web.EnsureUserAsync(item.RequestForEmail); (listItem["Requester"] as IFieldUserValue).Principal = user;
Works fine in 1.4.0 but does not update the person field in 1.5.0
Steps to reproduce
- See code
code...
no error
Expected behavior
- SDK version: 1.5.0
- OS: . Windows 10
- SDK used in: Azure Function
- Framework: .NET 6
- Browser(s): Chrome
- Tooling Visual Studio 2022
Thanks for your contribution