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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Possible to get and di...
Power Apps
Answered

Possible to get and display site collection url in label?

(0) ShareShare
ReportReport
Posted on by 161

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.

Categories:
  • Verified answer
    v-monli-msft Profile Picture
    Microsoft Employee on at

    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:

     

     

    Capture.PNG

     

    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")

    favorite.png

     

    Regards,

    Mona

  • colonel_claypoo Profile Picture
    161 on at

    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.

  • Gaelle Profile Picture
    22 on at

    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 !

  • KoenReynaert Profile Picture
    30 on at

    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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 381 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 340

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard