I have a SharePoint custom list which have these 2 main fields:-
1) Choice Field named "Status". with these options; Draft, Submitted for approval, Approved, Rejected, Partially Approved & Closed.
2) People/Group field which allow multiple selection named "Approvals".
I have the following business logic:-
1) when the user create a new item, the user must enter the "Approvals" users which include the users who need to approve the list item.
2) If the user change the "Status" field to "Submitted for Approval", an email must be send to all the "Approvals" user/s >> if all users approve the request (approve the email), the Status field will be automatically changed to "Approved" >> while if all users reject the request the status will be automatically changed to "Rejected" >> if some users reject and the other approve the requests the status will be automatically changed to "Partially Approved".
now i have implemented the list and all the fields, but i am not sure how I can implement step number 2 using power automate (MS flow)?
Thanks