You can bypass custom plugin logic, but you need permissions to do so
As you are probably aware, you can bypass custom plugin execution logic in your code by adding this kind of code: request.Parameters.Add(“BypassBusinessLogicExecution”, “CustomSync,CustomAsync”); This is as per the link below: Bypass custom Dataverse logic – Power Apps | Microsoft Learn What I did not realize, though, is that the user account running this code needs… Read More »