Forum Discussion
CamCov
Jul 31, 2023Copper Contributor
Saving SharePoint Item comments/conversations.
I have a process where a list is used to validate totals between two entities. As part of the process, each Entity owner will leave a comment on the list item when they have completed their check and...
ganeshsanap
Aug 29, 2023MVP
CamCov As per the SharePoint Online: All you need to know about Commenting in Lists , SharePoint list item comments are stored within the list schema itself and not with list items.
And you can get retrieve, add or delete SharePoint list items comments using the SharePoint REST APIs. You can use these API calls in the Power Automate flow using "Send an HTTP request to SharePoint" action.
Check these articles for more information:
- GET SharePoint list item comments using REST API
- Add Comments on list item using SharePoint REST API
- Delete Comments from list item using SharePoint REST API
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.