How to Get Approval Comments Using Power Automate?

In Power Automate, we set up an approval process for our organization where team members review and approve documents or requests. While the standard approved or rejected status is helpful, sometimes the reason an item was approved or rejected is just as important.

For example, your marketing team submits a campaign proposal for approval. The proposal is rejected, but without any comment, they wouldn’t know if it was due to budget concerns, timing, or something else.

In this tutorial, I will explain how to get approval comments using Power Automate with an example.

Get Approval Comments Using Power Automate

For this example, I created a SharePoint list called Marketing Campaign Approvals with columns like:

ColumnsData Types
Campaign IDSingle line of text
Campaign TitleSingle line of text
Submitted ByPerson or Group
Budget RequestCurrency
Approval StatusChoice
Approval CommentsMultiple lines of text
Approver NamePerson or Group
Get Approval Comments Using Power Automate

Now follow the below steps:

1. Create an automated cloud flow. Give the flow name and select the trigger When an item is created. Also, provide the Site Address and List Name.

Get Approval Comments in Power Automate

2. Add the “Start and wait for an approval” action and provide the below parameters:

  • Approval type: Select an approval type as “Approve/Reject – First to respond” from the drop-down.
  • Title: Enter the title field value from the Dynamic content.
  • Assigned to: Assign the email of the person who will approve/reject the request; in my case manager, I give the Approver Name Email from dynamic content.
  • Details: Enter the details about the requested from the Dynamic content.
Power Automate Get Approval Comments

3. Now, we will add the Condition action to check whether the leave request is approved or Rejected.

In this Condition action, select the Outcome (from Start and wait for an approval action) value equal to Approve.

approval comments power automate

4. Next, add the update item action under the True condition and provide the below parameters:

  • Site Address: Select a specific SharePoint site from drop-down.
  • List Name: Choose a particular list.
  • Id: Select Id from dynamic content under When an item is created.

Then, click Show all to display the advanced parameters.

  • Approval Status Value: Select an Approved from the drop-down.
  • Approval Comments: Select Responses comments from dynamic content under Start and wait for approval.

It will automatically add a for each loop.

How to get approver comments in Power Automate

5. Then add the update item action under the false condition and provide the below parameters:

  • Site Address: Select a specific SharePoint site from drop-down.
  • List Name: Choose a particular list.
  • Id: Select Id from dynamic content under When an item is created.

Then, click Show all to display the advanced parameters.

  • Approval Status Value: Select an Rejected from the drop-down.
  • Approval Comments: Select Responses comments from dynamic content under Start and wait for an approval.

It will automatically add a for each loop.

How can I capture the approver's comments in Power Automate

Now, it’s time to save the flow. Click on Test -> Select Manually. Add an item to the SharePoint list, but do not add approval status or comment.

How To Get Approval Comments In Power Automate

Then, the approver needs to approve the email with comments.

Capture Comments from the Approver in Microsoft Flow

After the approver approves the request, go to the SharePoint list, and you’ll see the approval comment in the Approval Comment column.

How to Get Approval Comments Using Power Automate

This way, we can get approval comments in Power Automate. However, if your requirement is for a comment to be mandatory, Power Automate does not have a mandatory comments option.

Also, you may like:

>

Build a High-Performance Project Management Site in SharePoint Online

User registration Power Apps canvas app

DOWNLOAD USER REGISTRATION POWER APPS CANVAS APP

Download a fully functional Power Apps Canvas App (with Power Automate): User Registration App

Power Platform Tutorial FREE PDF Download

FREE Power Platform Tutorial PDF

Download 135 Pages FREE PDF on Microsoft Power Platform Tutorial. Learn Now…