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 / Restrict Who Can Submi...
Power Apps
Unanswered

Restrict Who Can Submit Forms Based on a SharePoint Column Value

(0) ShareShare
ReportReport
Posted on by

I have a tracker with 19 stages, where different departments are responsible for different stages. Is there a way set a button that it will only submit a form that the department is responsible for? 

 

For example, if I press Submit, it checks what "Stage" the item is in, if its stage 10 for example, only Bob from Finance can submit the form, and if Sue from HR tries to submit the form she gets an error.

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    155,559 Most Valuable Professional on at

    Hi @PatrickMcLeanGL ,

    You will need a reference list with the Stage and a list of the emails (separate with spaces or commas) that can access that Stage. You can then look for User().Email  - this will return true if the user is in the Stage permissions and false if not.

    With(
     {
     _Data:
     Filter(
     YourList,
     Stage = YourStageValue
     )
     },
     !IsBlank(
     LookUp(
     _Data,
     User().Email in YourList.EmailField
     )
     )
    )
    

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

     

     

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 387

#2
timl Profile Picture

timl 340 Super User 2026 Season 1

#3
Vish WR Profile Picture

Vish WR 301

Last 30 days Overall leaderboard