Forum Discussion
JFM_12
Aug 12, 2024Iron Contributor
Configure View of a List that User sees only his data
Hello
I have a big list.
The goal is to send the link of the list to users and let them view only their data.
Regards
JFM_12
Hi JFM_12 I'm not exactly sure what the condition would be to determine if an item belongs to a user in your case. However, you can try using the [Me] variable in the view to filter items by a person field.
The example view below will only show items where the user is listed as the Author or Editor of an item.
Of course, in this case, the user will still have access to other items, but those items will be hidden in this view.
- Dami_1Copper Contributor
- michalkornetIron Contributor
Hi JFM_12 I'm not exactly sure what the condition would be to determine if an item belongs to a user in your case. However, you can try using the [Me] variable in the view to filter items by a person field.
The example view below will only show items where the user is listed as the Author or Editor of an item.
Of course, in this case, the user will still have access to other items, but those items will be hidden in this view.
- JFM_12Iron ContributorHello michalkornet
Thank you very much
I will try it.
Regards
JFM_12