Tag 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 »

Implementing GC Web (government of Canada) theme. Part 4: web template component for GC Web tables

In the previous post of these series, I’ve talked about lookup localizations, and we’ll get back to the topic of localizations a bit later, but, right now, let’s see what can be done about custom lists. GC Web does have a component for this: https://wet-boew.github.io/GCWeb/common/tables/table-en.html Which is using DataTables plugin So, just to illustrate, here… Read More »