Possibility to view & administer all Powerapps which are SPO list customized.
Possibility to view & administer all Powerapps which are SPO list customized.
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
Hope this helps.
Sik
Thank you, would give try.
Is it a possibility to display SPO site/list URL on which Powerapps is 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
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
mmbr1606
275
Super User 2025 Season 1