Hi, I am having some issues with a flow that hasn't been edited but has just stopped working. Recently I have updated from PSA to Project Operations which I don't know if is causing any issues.
the flow step for add a new row against entity 'quotes' is failing with the error 'object reference not set to an instance of an object.
This is the full error. Does anyone have any ideas? I wonder if the highlighted plugin is causing issues. This plugin isn't present in our environment, I have not been able to find it. I don't know if it was removed in the deprecated components solution for PSA and now this is causing an issue.
any help is greatly appreciated.
{
"error": {
"code": "0x80040224",
"message": "Object reference not set to an instance of an object.",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiExceptionSourceKey": "Plugin/Microsoft.Dynamics.ProjectService.Plugins.PreValidateQuoteCreate",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiStepKey": "REMOVED WHEN PASTING",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiDepthKey": "1",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiActivityIdKey": "REMOVED WHEN PASTING",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiPluginSolutionNameKey": "ProjectService",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiStepSolutionNameKey": "ProjectService",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiExceptionCategory": "ClientError",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiExceptionMessageName": "IsvUnExpected",
"@Microsoft.PowerApps.CDS.ErrorDetails.ApiExceptionHttpStatusCode": "400",
"@Microsoft.PowerApps.CDS.TraceText": "\r\n[Microsoft.Dynamics.ProjectService.Plugins: Microsoft.Dynamics.ProjectService.Plugins.PreValidateQuoteCreate]\r\n[d679c085-f479-ea11-a821-000d3a74122c: Project Service - PreValidateQuoteCreate]\r\nEntered Microsoft.Dynamics.Sales.Plugins.PreValidateQOIEntityCreate.Execute(), Correlation Id: 5ab53c8b-f683-4b8f-b10a-c833ce144561, Initiating User: a9824c26-81b9-ec11-983f-000d3ab54590\r\nExiting Microsoft.Dynamics.Sales.Plugins.PreValidateQOIEntityCreate.Execute(), Correlation Id: 5ab53c8b-f683-4b8f-b10a-c833ce144561, Initiating User: a9824c26-81b9-ec11-983f-000d3ab54590\r\n",
"@Microsoft.PowerApps.CDS.InnerError.Message": "Object reference not set to an instance of an object."
}
}