Forum Discussion
chhe112
Dec 08, 2020Copper Contributor
Display Comments in Sharepoint list
Hello, we can now use the new sharepoint comment function to comment a list item. Is there a possibilty to show the last comment in the table view? Or get this via JSON formatter? I only ha...
ganeshsanap
Jan 10, 2021MVP
Currently it is not possible to get the comments using JSON formatting. You can only get the count of comments added to list item using [$_CommentCount].
Comments are stored in list schema itself and not with list item. Check below blog for more information:
SharePoint Online: All you need to know about Commenting in Lists
Please click Mark as Best Response 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.
GaryG925
Nov 08, 2023Copper Contributor
ganeshsanap I followed your link to add the Comment Count to JSON and it worked very well. Thank you for providing a usable alternate solution.