Skip to main content
Community site session details

Community site session details

Session Id :
Power Apps - Power Apps Governance and Administ...
Answered

Administer all SharePoint List customized Powerapps in tenant

(0) ShareShare
ReportReport
Posted on by

Possibility to view & administer all Powerapps which are SPO list customized. 

  • v-siky-msft Profile Picture
    on at
    Re: Administer all SharePoint List customized Powerapps in tenant

    Hi @Anonymous ,

     

    Yes, the SharePoint list URL is composed by 'https://domainname.sharepoint.com/sites/sitename/Lists/listname', so the code resemble as follows.

    "https://DomainName.sharepoint.com/sites/"& Last(FirstN(Split(ThisItem.properties.displayName," "),3)).Result &"/Lists/"& First(Split(ThisItem.properties.displayName," ")).Result

    Snipaste_2020-10-29_11-50-16.png

    Hope this helps.

    Sik

     

  • Community Power Platform Member Profile Picture
    on at
    Re: Administer all SharePoint List customized Powerapps in tenant

    Thank you, would give try.

    Is it a possibility to display SPO site/list URL on which Powerapps is customized.

  • Verified answer
    v-siky-msft Profile Picture
    on at
    Re: Administer all SharePoint List customized Powerapps in tenant

    Hi @Anonymous ,

     

    Please refer to Power Apps for Admins Connector  where you can manage all the apps in default environment, including those integrated in SharePoint.

    For instance, the following code returns all customized form in Default environment since all custom forms display name pattern are 'ListName on SiteName forms' by default.

    Filter(PowerAppsforAdmins.GetAdminApps("Default Environment ID").value, "on" in properties.displayName && "forms" in properties.displayName)

     Snipaste_2020-10-27_14-53-26.png

    Hope this helps.
    Sik

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1

Featured topics