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 / how do i know owner of...
Power Apps
Unanswered

how do i know owner of sharepoint site in power apps

(0) ShareShare
ReportReport
Posted on by 150

i have sharepoint list  in which there are some users are owners , how do i know wether user is owner in sharepoint or not in power apps

Categories:
I have the same question (0)
  • Tejaswini1234 Profile Picture
    150 on at

    1) i have SharePoint list which is customized using power apps

    2) user who are in sharepoint site owner group should see some field others not 

    3) so i know wether log in user is owner of sharepoint site in power app or not 

  • v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @Tejaswini1234 ,

    Do you want to detect the owner of a SP List within a canvas app?

     

    If you want to detect the owner of a SP List within a canvas app, I afraid that there is no way to achieve your needs in PowerApps currently.

    Currently, there is no functions supported within PowerApps to get the Owners of a SP list. If you would like this feature to be added in PowerApps, please submit an idea to PowerApps Ideas Forum:

    https://powerusers.microsoft.com/t5/PowerApps-Ideas/idb-p/PowerAppsIdeas

     

    Best regards,

  • Tejaswini1234 Profile Picture
    150 on at

    Is there any another way to acheive this?

    I want to compare current login user with owner of sharepoint site in power apps ,, when sharepoint list is customized using power apps.

     

     

    Thanks

  • v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @Tejaswini1234 ,

    Based on the needs that you mentioned, I afraid that there is no way to achieve your needs in PowerApps currently.

     

    As an alternative solution, you could consider save the Display name and email address of all the Owners of your SP List into a separated SP list (or other data source, e.g. Excel table) manually. The data structure of the separated List should be as below:2.JPG

     

    Then within your app, you could check if the current login user is a owner of your SP list data source using the following formula:

    If(
     User().DisplayName in 'YourSeparatedOwnerList'.DisplayName,
     true, /* <-- Is a Owner */
     false /* <-- Is not a Owner*/
    )

    Or

    If(
     User().Email in 'YourSeparatedOwnerList'.Email,
     true, /* <-- Is a Owner */
     false /* <-- Is not a Owner*/
    )

    Please consider take a try with above alternative solution, then check if the issue is solved.

     

    Best regards,

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 899

#2
Valantis Profile Picture

Valantis 571

#3
11manish Profile Picture

11manish 499

Last 30 days Overall leaderboard