You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a SPFx webpart for our SharePoint and the package "@pnp/graph": "^3.17.0".
Question/Request
Hello,
i am trying to use pnpjs in a SPFx webpart to load groups from our AAD and apply filters to the request.
After a lot of trying I don't understand how to use the ".filter()" to filter my search for only the groupType "Unified" and also filter for contents in the extensionAttributes?
My code currently can only search for parts of the displayName and looks like the following:
HOWEVER... it appears that because of the complexity of the filter the encoding that is done is breaking that call, which we'll look into further. That said this will work for you as a work around
What version of PnPjs library you are using
3.x
Minor Version Number
17
Target environment
SharePoint Framework
Additional environment details
I'm using a SPFx webpart for our SharePoint and the package "@pnp/graph": "^3.17.0".
Question/Request
Hello,
i am trying to use pnpjs in a SPFx webpart to load groups from our AAD and apply filters to the request.
After a lot of trying I don't understand how to use the ".filter()" to filter my search for only the groupType "Unified" and also filter for contents in the extensionAttributes?
My code currently can only search for parts of the displayName and looks like the following:
How can I implement such a filter?
Thank you in advance!
Best regards
Niklas
The text was updated successfully, but these errors were encountered: