Category Archives: Power Platform

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 »

Request to Azure Resource Manager failed with error in the Power Pages flows

As usual with such posts, there is the same story: there was a time our Power Pages flows were working fine, until they were not, since we started to get an error, and, to be more specific, here is the error: Request to Azure Resource Manager failed with error: ‘{“error”:{“code”:”InvokerConnectionOverrideFailed”,”message”:”Could not find any valid connection… Read More »