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
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
- hy1hy1Feb 27, 2020Copper Contributor
RobElliott Thank you so much for your solution! It has really helped.