Hi,
I'm trying to create a parallel approval process via Flow which works out fine because of Flow's parallel action functionality. Basically here is what I want the workflow to happen:
1. User fills out form and submits info via PowerApps (I have one column named "Approvers" which is actually a multiple person selection)
2. Flow trigger sends PowerApps data to SharePoint
3. Flow gets data from "Approvers" field from SharePoint
4. Flow sends approval email to all people included in that list via Outlook connector
5. When all approvers approved the transaction, send email to user on the approved transaction
Take note I did not include here the details such as SharePoint's status per item should be updated every step of the way (Approved, DIsapproved, Postponed, etc.) as I only need to know how to go about using PowerApps to have that functionality.
Another question is, if that is not possible, is there also a way in PowerApps in which there will be a + field to add approvers so I don't need to multi-select? I think this one is much more flexible and at the very least I can include people not currently in my organization to approve (our company has Google and Microsoft emails).
Any help would be appreciated. Thanks!