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...
Rob_Elliott
Jul 31, 2023Silver Contributor
CamCov comments are not stored in a column in the list but in the list schema. This means you can't access them later and save them to a different archive list.
Rob
Los Gallardos
Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver)
CamCov
Aug 29, 2023Copper Contributor
Hi Rob, was able to figure it out. You can easily retrieve the comments on a list item with an http request, parsing the json that is returned, and then appending/formatting that all into one string.