Forum Discussion

Jono_Suave's avatar
Jono_Suave
Copper Contributor
Mar 14, 2023

SharePoint List Item Person field only returns FieldId and FieldStringId

I have a list with a few columns that are Person columns. Below is a snippet without a select nor expand: const newHires = this._sp.web.lists.getById(${listId}).items<ListItem[]>(); const resolvedT...

Resources