We are facing an issue, when await localSvc.ExecuteAsync(batch) the batch is an ExecuteMultipleRequest
:System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.PowerPlatform.Dataverse.Client.ServiceClient.ThrowIfResponseIsEmpty(OrganizationResponse resp, OrganizationRequest request)
at Microsoft.PowerPlatform.Dataverse.Client.ServiceClient.d__183.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.PowerPlatform.Dataverse.Client.ServiceClient.d__173.MoveNext()