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...
Kevin_Flaherty
Dec 16, 2020Copper Contributor
chhe112 I had the same issue and watched network requests while adding a comment to a list item. There's a usuable API! I reproduced like this:
https://<tenant>.sharepoint.com/<site>/_api/web/lists(@a1)/GetItemById(@a2)/Comments()?@a1='<list guid>'&@a2='<comment ID>'
Now I just need to figure out how to trigger a Flow when new comments are made Open to ideas!
chhe112
Dec 17, 2020Copper Contributor
I have found this API too. But I did not find a solution to trigger a flow if a new comment is added.
"If a item is modified" does not trigger by sending a new comment.
Are there any other solutions for this?