Hey guys, I have a SP list item that I'd like to update in my flow. The list has a required field of a multi-person select list of approvers, so the Update Item looks as follows:

SPApprovers looks like this:

And the error is as follows:

The value of SPApprovers is also taken as the direct output of the Get Item SP list connector, so the flow works as follows:
Get Updated information from Azure -> Get SP List Item based on Id -> Update SP List Item
So I would expect the format of SPApprovers to be in the exact format that 'Update Item' is expecting. It also doesn't make sense that the error is stating that the DisplayName of the first approver is read-only.
Any help would be greatly appreciated. thanks!