Hi everyone,
I am building an approval process which includes 3 people. It requires only one answer (approve or reject) to move forward (instead of the approval of everyone).
I would like to send an email to the 2 remaining persons to tell them that the request has been approved by the first one.
Do you have suggestions on how to complete that ?
Many thanks in advance,
Gregory
Solved! Go to Solution.
Hi @GREGHR,
Sorry for my wrong answer, now the correct solution.
1 - Use a compose to put the e-mail of all approvers
2 - Use this compose output in Approvers
3 - After approval use an replace funcion to remove of first compose the email of approver
Use this function. OBS: DON'T FORGET TO CHANGE(IF NECESSARY) THE RED TEXT TO YOUR ACTIONS NAMES
replace(outputs('Compose_2'),body('Start_an_approval')?['responder']?['email'],'')
4 - Send email.
Here a print of flow:
Best Regards,
Gustavo Moraes
Gustavo Moraes, o astronauta brasileiro do Flow!
hi @GREGHR,
You can use an parallel action to send an email
After you can use dynamic content to do an pretty email, like this:
Hope this helpe
Best Regards,
Gustavo Moraes
Gustavo Moraes
Gustavo Moraes, o astronauta brasileiro do Flow!
Hi Gustavo,
Thanks a lot for your reply.
I feel comfortable with the part your are addressing.
My problem is that I send the approval to Tom and Jerry. So far, if Jerry approves, Tom is unaware of this.
What I want to do:
If Jerry approves (or rejects) the request, Tom receives an email to inform him
And if Tom approves, Jerry receives an email to inform him
I have 4 people receiving the approval. When one of them answers the approval, I want the three others to be informed
Gregory
Hi @GREGHR,
Sorry for my wrong answer, now the correct solution.
1 - Use a compose to put the e-mail of all approvers
2 - Use this compose output in Approvers
3 - After approval use an replace funcion to remove of first compose the email of approver
Use this function. OBS: DON'T FORGET TO CHANGE(IF NECESSARY) THE RED TEXT TO YOUR ACTIONS NAMES
replace(outputs('Compose_2'),body('Start_an_approval')?['responder']?['email'],'')
4 - Send email.
Here a print of flow:
Best Regards,
Gustavo Moraes
Gustavo Moraes, o astronauta brasileiro do Flow!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
65 | |
51 | |
30 | |
29 | |
24 |