hi all,
I would like to retrieve multiple users from a multiple user field in SharePoint List.
My requirement is very simple:
1. User can new an eForm(SharePoint List Item) and defined multiple approvers in a single person field in the eForm (I am using PowerApps to new an eForm, this part is OK for me)
2. Base on this person field value, MS Flow will assign multiple approval tasks for these approvers at the same time.
3. The flow will waiting for all of approvers to response.
1. I have aPerson column (allow multiple selection)


2. Under the edit Flow page, add "Start and wait for an approval" with the type "Approve/Reject - Everyone must approve", when I select the "Approvers Email" in "Assigned to" field, the "Apply to each" will auto generated and include the "Start and wait for an approval".

3. However, if use "Apply for each", it did not meet our required on "Approve/Reject - Everyone must approve", since each iteration will running on different instance. Our goal is want the Flow can retrieve multiple users from single fields and input in "Assigned to", logically look like this:

Any function / workaround can do this?
Thanks,
Lam