Forum Discussion
shkl_
Jan 19, 2020Copper Contributor
How to restric view in sharepoint list
Hi, I have a SP list that combining data from 3 dept. it has dept column in the list. Therefore, I want to restrict the view. Meaning that dept A can only see data from dept A. Same goes to dept B ...
Andrew Hodges
Jan 20, 2020Bronze Contributor
Hi shkl_ ,
You can write a Flow to do this but you would need to start the flow on every new Item in the list that was created and permission it to only the users in the department by way of an AD or SharePoint security group. You cannot permission views only the data in them. Same view, different data surfaced to the user dependant on which department they are in.
Andy