This flow has been running fine for months, and now every time we try to submit on Sharepoint or the Flow tries to update the Sharepoint, we get the following error. I am not sure which field is causing this.
{
"error": {
"code": 502,
"source": "japan-001.azure-apim.net",
"clientRequestId": "5f24909f-19e3-470c-aa7b-a75fe6238ec7",
"message": "BadGateway",
"innerError": {
"status": 500,
"message": "Cannot deserialize the current JSON array (e.g. [1,2,3]) into type 'Microsoft.SharePoint.Connector.SPListExpandedReference' because the type requires a JSON object (e.g. {\"name\":\"value\"}) to deserialize correctly.\r\nTo fix this error either change the JSON to a JSON object (e.g. {\"name\":\"value\"}) or change the deserialized type to an array or a type that implements a collection interface (e.g. ICollection, IList) like List<T> that can be deserialized from a JSON array. JsonArrayAttribute can also be added to the type to force it to deserialize from a JSON array.\r\nPath '', line 1, position 1.\r\nclientRequestId: 5f24909f-19e3-470c-aa7b-a75fe6238ec7\r\nserviceRequestId: 5f24909f-19e3-470c-aa7b-a75fe6238ec7"
}
}