Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

How to get a comments from a sharepoint list in an email with Power automate?

(1) ShareShare
ReportReport
Posted on by

Hello,

 

How to get a comments from a sharepoint list in an email with Power Automate?

I don t see a value in Power Automate for this!

Are the other trick instant of do it in a column?

 

Kind regards,

SanderSchermafbeelding 2021-03-01 162350.png

  • rose01162020 Profile Picture
    10 on at
    Re: How to get a comments from a sharepoint list in an email with Power automate?

    Hi @Expiscornovus 

     

    Is it also possible to retrieve the account who added the comment?

    Thank you

  • Community Power Platform Member Profile Picture
    on at
    Re: How to get a comments from a sharepoint list in an email with Power automate?

    Thanks you so much! The idea is always easy and looks easy to do ;). But when you are doing it. Its always a little bit complex in Power Automate 🙂 Thanks

  • Verified answer
    Expiscornovus Profile Picture
    32,140 Most Valuable Professional on at
    Re: How to get a comments from a sharepoint list in an email with Power automate?

    Hi @Anonymous,

     

    You can use the following URI to only retrieve 1 comment. Microsoft is automatically sorting it descending, so this will be the last comment.

     

    _api/web/lists/getbytitle('@{variables('ListName')}')/items(@{variables('ListItemId')})/Comments?$top=1

     

     

    If you want to avoid using a parse json and an apply to each action you can also use an expression to retrieve the correct fields of the comment item.

     

    Below is an example of retrieving the text of a comment of the first (and only) item in a compose action by using an index [0] and the text field.

     

    outputs('Send_an_HTTP_request_to_SharePoint')?['body']['d']['results'][0]['text']

     

     

    textfield_comment.png

  • Community Power Platform Member Profile Picture
    on at
    Re: How to get a comments from a sharepoint list in an email with Power automate?

    Thanks its works. But then wanne get the last comment.  If i do that after a parse Json, He is going into an apply to each get if me every comment and a lots of emails :). How to avoid that? So that i get the last comment of the item ?

  • Expiscornovus Profile Picture
    32,140 Most Valuable Professional on at
    Re: How to get a comments from a sharepoint list in an email with Power automate?

    Hi @Anonymous,

     

    You can retrieve the comments by using a Send an HTTP request to SharePoint action.

     

    Below is an example which retrieves the comments for one specific list item.

     

    _api/web/lists/getbytitle('@{variables('ListName')}')/items(@{variables('ListItemId')})/Comments

     

    getlist_comments.png

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1