Forum Discussion
Authenticate Lists based in list fields
- Feb 26, 2020
hy1hy1 create a view of the list and in the list settings add a filter where the column with the name of the person is equal to [Me]. Each person looking at the list will only see the items where they are in that column:
So our full list looks like this:
But looking at the new view it only shows the items for the current user:
However, anyone who know how to access the list of views in the top right of the list will be able to see the full list. You'd have to apply row level permission to prevent that.
Rob
Los Gallardos
Hi hy1hy1 ,
When each item is created run a Flow to permission the item based on the member column. That would do the trick.
- hy1hy1Feb 27, 2020Copper Contributor
Andrew Hodges Hi Andrew, would you be able to point me in the right direction in how such a flow would be structured? Thank you.