Hello everyone!
I am attempting to create an approval flow that automatically updates Sharepoint document libray fields based on the results of the approval.
So far I have an approval flow that looks like this:
1. When a new item is created (Sharepoint document library)
2.Delay (2 minutes- to allow all fields to popualte before referencing them in the next step)
3. Start an approval (This assigns the approval based on a field in the sharepoint list)
4. If Approved/Rejected, update file properties to change the "Status" field of the corresponding file to Approved/Rejected and also update the "Comments" field based on any comments that the approver entered.
This flow works great. However, when an approver REASSIGNS an approval to another user, I would like to update the corresponding Sharepoint field with then new approver's email address.
Any ideas on this would be greatly appreciated.
Thanks,
-Dusty