HI,
I am trying to forward the approval email to multiple people once the client approves a file updated on Sharepoint. Can anyone help me, please?
@LB91627 ,
There should be a menu option to choose between "any" or "1st to respond" from multiple recipients/approvers identified in the flow step under "approval type" using this action step:
Hi Ninja,
Yes, this is a good workaround solution. Thank you.
Is there any way to share an approved request from a client with other teams within our organisation?
I had tried to create an automate email once the request gets approved but it does not seem to work in power automate.
@LB91627 To clarify, you are seeking/receiving an approval from a client outside the organization, and wish to distribute this response for "approve or reject" to others in your org? There may be some IT limitations at play and would be helpful to ask your IT Microsoft admin about any of those. Internally, approval requests at my company are sent to us via Teams message, though I'm not sure how your external clients are sent notices and return the notices to you or the approval originator account designated in the flow.
You could try using the "Send and Email (V2) " option, and use the email body section to place dynamic content associated from the approval step (ie: approval decision/outcome and also add any comments documented by the approver during the approval )
Here is a switch that contains the dynamic expression: approver outcome
You could also place "approver outcome" into a condition control , rather than a switch for approved/rejected
(ie: Outcome Approver is equal to (or contains), Approve (or Reject), depending on what you need.
If you need comments for both decisions, you could use the switch above.
Be careful using the email within any "apply to each" area, as it will send an email for EACH approval decision/comment, vs 1 with all comments. (you may desire decision and comment to be recorded, but necessarily an email for each one).
the update a row in excel looks like this w/ dynamic content for the Approver Response Comments placed into the excel table "comments section.. I believe once you get those comments in separate table rows, you can "get items" from the excel table (ie: the comments by column/row/cell) and distribute them in your email to its recipients.
Here's the updated Excel Table/column with "comments" added to row from Flow Approval Response Comments via Teams (or email) noted belw it
Thank you, is there any way to export the approvals from the Microsoft approvals app? This would help to resolve the above issue.