Announcements
Possibility to view & administer all Powerapps which are SPO list customized.
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)
Hope this helps.Sik
Thank you, would give try.
Is it a possibility to display SPO site/list URL on which Powerapps is customized.
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
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 396 Super User 2026 Season 2
Mohsin Ali 323
WarrenBelz 193 Most Valuable Professional