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 / IMP:SharePoint groups ...
Power Apps
Unanswered

IMP:SharePoint groups in Powerapps

(2) ShareShare
ReportReport
Posted on by 14

Hello,

 

Has anyone tried below scenario?

1. I have set of users in sharepoint group

2. On load of powerapp, I will check if current user belongs to Sharepoint group

3. If he is part of the group, then load all the items in the screen

 

I am unable to achieve this for some reason. Can anyone please share your inputs.

Categories:
I have the same question (0)
  • Jeff_Thorpe Profile Picture
    6,085 Super User 2024 Season 1 on at

    There isn't any functionality that I am aware of that will get members of a SharePoint group. You could create a list in your site that contains all the users that should have access to all the fields and then OnStart or OnVisible of PowerApps you could pull that information in and use it to determine if the user can see all the fields or just some of them.

  • shwethegde Profile Picture
    14 on at
    Hello,

    Thank you for the response. I am afraid that we cannot read it from list as there are many users whom we should maintain. And also I believe saving in list is not recommended.

    It’s really important that there should be option to view based on sharepoint and there will be many actions which we perform based on groups.

    Hope Microsoft introduces this.
  • ThatAPIGuy Profile Picture
    925 on at

    @shwethegde

     

    this could be a workaround. i can't confirm it as I can't check for other users.

     

    First, add any one of the exisitng lists in your sharepoint group as a datasource. If you don't have a list just creat a dummy list so that you can connect to sharepoint. Note: the list should have the same permission as the sharepoint group

     

    then, to test this out insert a label in the app and set its text property to 

    If(IsEmpty( Errors('SharepointListname')),"true","false" )

     

    So , if the user has permissions, no errors will be returned, whereas if the user isn't a part of the sharepoint group some permission error will be returned and thus the Errors table won't be empty.

     

    Check and let me know if it works. You will probably have to ask someone outside the group to open the app and check it.

  • ThatAPIGuy Profile Picture
    925 on at

    @shwethegde

     

    the earlier one might not work, so try this -

     

    If(DataSourceInfo( 'SharepointListName', DataSourceInfo.ReadPermission),"has access","doesn't have access")

    or 

    If(DataSourceInfo( 'SharepointListName', DataSourceInfo.EditPermission),"has access","doesn't have access")

     

    Check this for DataSourceInfo documentation https://docs.microsoft.com/en-us/powerapps/functions/function-datasourceinfo 

     

     

  • skylitedave Profile Picture
    652 on at

    This is clever...  

     

    The only downside is the underlying sharepoint list holding the data doesn't know anything about the PowerApps trick, so that data in those columns you hide in PowerApps could be viewed in the underlying list if the user has access to the list

     

    It may be better to store the data you want to hide in another list and set the form to read data from the list holding that secure data...

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi,

     

    It is late, probably too late. However, the community continued to work. Here is a link which can help you out.

    Vote the idea here

     

    Answer to your prayers

     

    Have a look and feel free to discuss further.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    that only works if you have an Admin Flow license..

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!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 94

#2
WarrenBelz Profile Picture

WarrenBelz 82 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 38 Super User 2026 Season 1

Last 30 days Overall leaderboard