Azores

Results 5 comments of Azores

@gpeipman Are you referring to this portion? (1st snapshot- attached) ![image](https://user-images.githubusercontent.com/8564035/191888058-3c22e12d-2ab3-4d7d-bc04-86da04b3e03c.png) It's only able to pull list title information so user(s) can select which SharePoint list to select in property...

@BenVdP I was curious about this information as well, and noticed that user profile information is fetched all from Azure AD hence all properties in Graph user profile will be...

I found out now why the data binding isn't working. [Adaptive Card data binding changed](https://github.com/MicrosoftDocs/AdaptiveCards/blob/main/AdaptiveCards/templating/sdk.md) from `{$root}` to `${root}`. In addition, this won't work in SharePoint List for some reason....

You can't using the "React Directory" as -is condition. Y**ou can,** if you go with [PnP Modern Search](https://github.com/gretchunkim/pnp-modern-search) 1st: By design, it's using SharePoint User Profile services and properties and...

Try this directory instead and see if your issue is reproducible: [sp-starter-kit people directory](https://github.dev/pnp/sp-starter-kit/blob/master/source/react-people-directory/src/webparts/peopleDirectory/components/PeopleDirectory/PeopleDirectory.tsx) No issue on my side using the above. If your issue is reproducible in the sp-starter-kit,...