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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Want to Hide Column fo...
Power Apps
Answered

Want to Hide Column for Specific SharePoint group in Customized Power App form

(0) ShareShare
ReportReport
Posted on by 56

Hi All,

We have customized SharePoint form using Power App and in this form we have one field (i.e column) Request Status. 

We want to show this Column in form only to Evaluation SharePoint group apart from this group all other users cannot see this field (column) in customized power app form.

 

Do we have any functionality in Customized Power App to show column only to one SharePoint group and for other it should hidden.

 

Thanks in advance 

Categories:
I have the same question (0)
  • NandiniBhagya20 Profile Picture
    4,667 Super User 2024 Season 1 on at

    Hi @Personallearn ,

    There are 2 ways to do this -

    1. Using Power Apps

    Create a new list named PermissionHandle in your site. Add an item in that list with title column value - "Evaluation" and set the item level permission to Evaluation sharepoint group only. In your power apps add this list as a datasource and on App Start property you can use a variable to check if user is in that group - 

    Set(varIsAdminUser, If(IsBlank(LookUp(PermissionHandle , Title="Evaluation")), false, true))

    2. Using Power Automate 

    You can call a flow on AppStart property and pass current logged in user's email id as a parameter. In power automate flow you can use rest api to check if user is in Evaluation group or not.

  • Personallearn Profile Picture
    56 on at

    Hi @NandiniBhagya20 

    But with this how I can show specific field like from 10 column I want to show/hide only 1 column how I can achieved.

     

    we have 2 groups working on this form(Test1 and Test2) and I want to hide status column from Test1 but Test2 can see the column in same form.

     

     

  • Verified answer
    NandiniBhagya20 Profile Picture
    4,667 Super User 2024 Season 1 on at

    Hi @Personallearn ,

    Create a new list named PermissionHandle in your site. Add two items in that list with title column value - "Test1" & "Test2" and set the item level permission to "Test 1", "Test 2" sharepoint groups respectively. In your power apps add this list as a datasource and on App Start property you can use a variable to check if user is in that group - 

    Set(varTest1User, If(IsBlank(LookUp(PermissionHandle , Title="Test1")), false, true)); Set(varTest2User, If(IsBlank(LookUp(PermissionHandle , Title="Test2")), false, true))
    Now you can go to Visible property of the field which should only be visible to members in Test1 group and add below formula - varTest1User

  • Personallearn Profile Picture
    56 on at

    Hi @NandiniBhagya20 

     

    Thanks your solution works 

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 721 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 320 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard