Forum Discussion
Is it possible to limit the amount of times a user can interact with a people field?
I have a sharepoint list that houses a people field column. The column is formatted as a like button since each row is a topic that I want user input on. I already have it to where the user can't click the like button more than once per topic, but is it possible to have the user limited to only being able to like 5 of the topics instead of all of them?
1 Reply
I am guessing you have created like/unlike functionality in the list using SharePoint JSON formatting.
In this case, you will not be able to restrict the like functionality for different rows using JSON formatting because JSON formatting cannot reference the data from another row/list item to count the number of likes by a user across multiple list items.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.