Hi,
I am working on a flow that is triggered by PowerApps which update an item and add a multiple person on my list column.


On the Update Item, I already changed the collaborator(s) input type to array to accept the variable with appended claims. However, I am receiving this error on my update item action:
"error": {
"code": 502,
"source": "flow-apim-msmanaged-na-centralus-01.azure-apim.net",
"clientRequestId": "d384228f-aaa6-468b-ba73-7cf0d825c7dd",
"message": "BadGateway",
"innerError": {
"status": 500,
"message": "Error converting value \"i:0#.f|membership|koliverio@ourcompanydomain.com\" to type 'Microsoft.SharePoint.Connector.SPListExpandedUser'. Path '[0]', line 2, position 50.\r\nclientRequestId: d384228f-aaa6-468b-ba73-7cf0d825c7dd\r\nserviceRequestId: d384228f-aaa6-468b-ba73-7cf0d825c7dd"