print comments in sharepont list

Copper Contributor

Hi, 

 

Is there any way to print comments in sharepoint list? 

 

Regards,

Minki

2 Replies

@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:

  1. Develop list view command set to select list item (s) and print their comments
  2. You can GET SharePoint list item comments using SharePoint REST API
  3. 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

@ganeshsanap 

 

I have no idea how to use REST API. I guess I need to learn that first.