Forum Discussion
KMK82
Feb 21, 2023Copper Contributor
print comments in sharepont list
Hi,
Is there any way to print comments in sharepoint list?
Regards,
Minki
2 Replies
Sort By
KMK82 There is no SharePoint out of the box way available to print list item comments.
Here's suggestion you can try to develop this functionality on your own:
- Develop list view command set to select list item (s) and print their comments
- You can GET SharePoint list item comments using SharePoint REST API
- Refer this sample for print functionality: Print List Item Command View Set
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.
For SharePoint/Power Platform blogs, visit: Ganesh Sanap Blogs
- KMK82Copper Contributor