I have a azure data factory pipeline that is meant to update an opportunity (with ID) for some fields. But even with the minimal amount of fields, it throws a bpf entity error:
Here is the mapping, and when I run this, I get this error:
ErrorCode=DynamicsOperationFailed,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Dynamics operation failed with error code: -2147220891, error message: Entity 'new_bpf_67ff497ea63540a384e575d662de891a' With Id = b71437c0-4aff-ed11-8f6d-00224814f1f2 Does Not Exist.,Source=Microsoft.DataTransfer.ClientLibrary.DynamicsPlugin,''Type=System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]],Message=The creator of this fault did not specify a Reason.,Source=Microsoft.DataTransfer.ClientLibrary.DynamicsPlugin,'
The opportunity was created as part of a dual write integration between finance and operations and CRM. Any help on how to fix this error?