I have "edit" and "delete" buttons for SharePoint list items in a PowerApp. I would like to hide these buttons if the form field value of "assessment stage" is NOT "draft" AND if the current logged in user is NOT "user A" OR "user B" OR "user C" (hardcoded users who are admins). Then I'll have a "request access" button that will show if the "edit" and "delete" buttons are hidden. The "request access" will be a mailto link to an admin who will add the requested user to a person type column in a SharePoint list. The code should read from the list of users and if the current logged in user matches to one on the list, then the "edit" and "delete" should show. What would be the way to implement this and is there another/better solution?

Report
All responses (
Answers (