Announcements
Hi, I was wondering if it's possible to get the site collection url of the site where the PowerApp is being called from and display it in a label in the app.
One alternative I could thing of is creating a flow with 'Send an HTTP Request to SharePoint' consuming the RestAPI and return this data back to PowerApps but this sounds needlessly complicated.
Thanks for your input.
Hi @colonel_claypoo,
Below is a simple way that I could think of to do this. The data you could get from SharePoint list connector inside PowerApps that might relate to URL of site collection is only the Link to item:
Then I change the formula to below to make one of the field to show the site collection URL:
Concatenate(First(Split(ThisItem.'{Link}',"com")).Result,"com")
Regards,
Mona
This is pretty neat and a good approach. It does what I requested, just have to build some more logic around it to make it fit my requirements. Thanks.
Hello @v-monli-msft !
Say the data source is a list on a Site Collection, but inside it we want to store the URL of the current site the user is visiting...
How to get that URL?
I am using the PowerApps webpart in SharePoint. And i would like to get the current site's URL....
Thanks a lot !
Let's asume you have a URL of a SP item, document (eg 'Link to item' prop) , then you can use this:Concat(FirstN(Split(myItemURL',"/"),5),Result & "/")
Example:
myItemURL = https://myfarm.sharepoint.com/sites/sitexyz/_layouts/15/listform.aspx?....
Result= https://myfarm.sharepoint.com/sites/sitexyz/
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 381 Super User 2026 Season 2
Mohsin Ali 340
WarrenBelz 187 Most Valuable Professional