I have a flow that pulls approvers from a List based upon a department title. I then create an approval request and send it to multiple people.
I then want to update a file property called "Approval Sent to" (people/group picker that allows multiple selections)
I have tried using the Approvers Email and Display name and both of them fail to update this. I have only had success with this update only when there is only one approver sent in my variable.
See the screen shots below.
To get the approvers, I do a select from the Get Items List and join it to a strVariable.
When I use that variable to update the file properties when it it only one person, it works.

the create approval will not use an object/array, so I created a string variable that uses the email to send the approval request.
How can I create something to update this file property ? I will not know if there are 1 or 10 people this approval goes to.
Hope someone can help with this.