Hello! i need help please.
I created a flow that takes the information on a Form and creates a line in a Sharepoint List, and at the same time it send and email asking for approval.
If the person receiving the email approves the request, i want the same List to be updates with the name of the approver. So far i am not being able to do that - at least not with the fields that are coming up for me to use. Any thoughts or suggestions please? any dynamic formula i can use?
I am attaching a pic for reference. Thank you
Hi @AgainOpen,
If there is only one email in the To you could use an expression with collects the e-mail address and concats it with a 'i:0#.f|membership|' to turn it into a claims value.
Below is an example of such an expression.
You can add that as a custom item to the Release Approver Claims field in the expression editor.
concat('i:0#.f|membership|', actions('Send_an_email_(V2)')['inputs']['parameters']['emailMessage/To'])
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
45 | |
16 | |
15 | |
14 | |
13 |
User | Count |
---|---|
78 | |
38 | |
27 | |
18 | |
18 |