
I'm building a Power Apps Canvas app connected to a SharePoint List. I need to provide users with the ability to view comments posted in the comments pane on SharePoint using the app.
I created a workflow that uses the Sharepoint API to get the comments but I have not found a way to display the comments in the Power apps app.
I have attached a screenshot of the data that I need to display in the app.
Hi @luisafrancoj95,
You need to get the comments respond to Power Apps, and create a multi-line-of-text column to store them.
Check the following blog for reference:
Display Appended Comments Version History From SharePoint List On PowerApps (c-sharpcorner.com)
Get Version History from MLT field on SharePoint in Canvas Apps (agarwalritika.com)