web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : A/wOOg9UMWi95B/5jt97uy
Power Apps - Power Apps Governance and Administ...
Answered

Administer all SharePoint List customized Powerapps in tenant

Like (0) ShareShare
ReportReport
Posted on 26 Oct 2020 19:04:11 by

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

I have the same question (0)
  • v-siky-msft Profile Picture
    on 29 Oct 2020 at 03:50:44
    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 28 Oct 2020 at 13:13:25
    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 27 Oct 2020 at 06:53:57
    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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 688 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 499 Super User 2025 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 410 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics