I have currently a functioning approval flow implemented in Sharepoint. Approval can be sent to one or more people in the company. However, I would like to include in the flow that once approval is done, the sharepoint list column "Approved by" is automatically updated for the item.
This works great if the approval is done by one person. But if the file is to be approved by several person, the field is automatically updated only with the person who first approved the file.
Any ideas how to configure the flow so that the properties for "Approved by" are updated with all the people the approval was sent to?
Solved! Go to Solution.
Hi @officerNugget ,
The reason for this problem is that when the name of the approver is obtained, the flow will add apply to each to traverse the approval responses.
Each time the traversal is performed, the update item will be run once, so the result can only return the name of one approver.
A string variable can be created to hold the approver name, and each time apply to each is traversed, the Append to string variable adds an approver name to the string.
Best Regards,
Hi @officerNugget ,
The reason for this problem is that when the name of the approver is obtained, the flow will add apply to each to traverse the approval responses.
Each time the traversal is performed, the update item will be run once, so the result can only return the name of one approver.
A string variable can be created to hold the approver name, and each time apply to each is traversed, the Append to string variable adds an approver name to the string.
Best Regards,
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 |
---|---|
71 | |
23 | |
17 | |
17 | |
13 |
User | Count |
---|---|
124 | |
34 | |
33 | |
28 | |
25 |