Azores
Azores
@gpeipman Are you referring to this portion? (1st snapshot- attached)  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,...
@BKM33 I recommend that you open a discussion instead of tagging along an existing issue, and you can reference to the issue number. For @deyvidmaster : I recall that the...
Modified additional dev dependencies. Thanks!
@Adam-it Sure thing! I wanted to reduce notifications. Let me see what else can be done here.
I ran into a similar issue, and manually trusting http://localhost:4321 resolved it for me.