Open RoelVB opened 11 months ago
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.
I did some additional testing on two other tenants and could not reproduce this issue there.
My initial tests where on a development tenant. I assume this tenant is probably ahead in terms of updates?
This seems to be happening in any SharePoint environment!
I'm pretty sure this is related to the number of peoplepickers in a single list. This first few will work as expected, but when you have over 12 (I didn't verify this number) peoplepickers in one list the rest of them will return the user's id for every property.
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
SharePoint REST API
Developer environment
None
What browser(s) / client(s) have you tested
Additional environment details
SharePoint API
Describe the bug / error
When setting the parameter
AddAllFields: true
when doing a CAML request, it returns aAuthor
andEditor
property with an incorrecttitle
,email
andsip
propertySteps to reproduce
Call
RenderListDataAsStream
with the body:This will return a strange
Author
andEditor
property:Expected behavior
When specifically requesting the
Author
andEditor
fields like this:We get the expected response: