List Formatting: The values of the properties (picture
, department
, jobTitle
) for users set in the multiple selectable person column are not retrieved.
#10063
Labels
type:bug-suspected
Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
Declarative list formatting
Developer environment
Windows
What browser(s) / client(s) have you tested
Additional environment details
No response
Describe the bug / error
For multiple selectable person columns where the "Show field" is set to Name (with presence), the values of the properties (
picture
,department
,jobTitle
) for users are not retrieved.In contrast, for single-select person columns, it is possible to retrieve the values of these properties.
However, for multiple selectable person columns, changing the "Show field" setting from the default Name (with presence) to Name (with pictures and details) enables the retrieval of these property values.
Related document: https://learn.microsoft.com/en-us/sharepoint/dev/declarative-customization/formatting-syntax-reference#currentfield
*This issue was first discovered by @watana2
Steps to reproduce
MultiSelectPerson
Column Formatting
Expected behavior
The values of all properties can be retrieved even if "Show field" is set to Name (with presence).
The text was updated successfully, but these errors were encountered: