Forum Discussion
y_a2020
Aug 06, 2020Copper Contributor
share list in sharepoint
Hi all, I have built a leave request form as a sharepoint list with the goal of building more forms once I get this to work properly. The issue I have is that I am trying to share it intern...
- Aug 18, 2020Once you have create the new permission level, you have to follow bellow steps:
(1) Navigate to your list and access the list settings
(2) In the list settings page, break inheritance and be sure to remove any permission given to the user that could cause he/she can modify your list
(3) Assign the permission level create to the Group where you are going to add your users. For instance, you could add the new permission to the standard Viewer Group
(4) Add users to the Group in the list
Andrew Hodges
Aug 08, 2020Bronze Contributor
Another solution could be to use Microsoft Forms. The use Flows to push each response into the list. If you need the users to see or update the item at any point that won't work but you could then use more flows to update them on their requests without giving them access to the list.
- y_a2020Aug 13, 2020Copper Contributor
Thank you Andrew Hodges