
Is there any way to pull this data from user profiles in powerapps? I can get most of the data I need, but we want to display the web page field as well. I know the data is being pulled from our on premise AD to Azure, but I wasn't sure where to find this data.
| PublicSiteRedirect | wWWHomePage |
Hello @Anonymous,
Based on my understanding you are referring to the user profile property which synced across to Azure Active Directory from on-premise resources. (https://blog.atwork.at/post/SharePoint-Online-UserProfiles-and-the-story-about-synchronizing-with-Azure-Active-Directory)
Please be informed that this property along with others should be returned when using Azure AD connector in Power Apps or Power Automate.
When using Azure AD connector, the wWWHomePage property is currently not exposed, hence I don't see any Out-of-the-Box way of reading that property within Power Apps.
https://docs.microsoft.com/en-us/connectors/azuread/
If you have a REST API which returns this property, you can create a custom connector instead and use that in your Power Apps or Power Automate.
https://docs.microsoft.com/en-us/connectors/custom-connectors/define-blank
Hope this information helps !
Thanks and Best Regards,
Rohit Sharma
Community Support
If this answers your question, please consider marking this thread as solved.