Hi Guys,
I'm trying to update custom fields in project online using MS Flow Send an http request.
The idea is to read Excel file containing actual costs from SAP and then update a SharePoint List which is Ok however when I send those costs to the project custom filds I get errors. (Status 502):
{
"error": {
"code": 502,
"source": "flow-apim-msmanaged-na-northcentralus-01.azure-apim.net",
"clientRequestId": "bf39b078-a9f8-451e-94b6-56d06452d5dc",
"message": "BadGateway",
"innerError": {
"status": 502,
"message": "{\"odata.error\":{\"code\":\"-1, System.Reflection.TargetInvocationException\",\"message\":{\"lang\":\"en-US\",\"value\":\"Exception has been thrown by the target of an invocation.\"}}}\r\nclientRequestId: bf39b078-a9f8-451e-94b6-56d06452d5dc\r\nserviceRequestId: 3e521b9f-d079-a000-252d-e5d6da0e0e99",
"source": "https://ffffffff.sharepoint.com/sites/pwa/_api/projectserver/Projects('cb7166db-6a63-e811-80de-00155d74671a')/Draft/UpdateCustomFields",
"errors": []
}
}
}
Here is my flow:
Any help on this error is appreciated.
Also, Can I update multiple custom fields in the same body and how to separate them?
Thanks
