Forum Discussion
vlad_nvs
Dec 15, 2025Copper Contributor
SharePoint Online SP.FieldUserValue.get_email() always returns NULL.
Since last week, SP.FieldUserValue.get_email() has been returning null for all users in Person or Group fields. This occures when I use getItems method. For example: var listName = "MyList";
var c...
purna429
Dec 22, 2025Copper Contributor
We experienced this issue in PnP PowerShell as well when retrieving the Person or Group filed in a specific scenario like this ( since it may be using CSOM in the backend )
Working :
$item=Get-PnPListItem -List $list -Id 1
$item["Owner"].Email
Not working :
$listItems=Get-PnPListItem -List $list.Title
$item=$listItems[1]
$item["Owner"].Email
We opened a case with Microsoft, and they have confirmed that a fix is being deployed. Here is the most recent update from Microsoft:
#SP1196502
Dec 19, 2025, 1:23 PM EST
We've started deploying the code fix, which has currently saturated 63 percent of the impacted environments. We expect users will experience remediation incrementally while the deployment progresses.