Category Archives: Power Platform

You can’t create a custom function in Power Pages liquid, but you can get close enough

Have you ever thought of creating a custom function in liquid to reuse it in multiple places? Technically you can’t, not a custom function. However, you can create web templates as components, and that allows us to use such templates almost in the same way we’d be using functions. For example, you could easily re-use tag… 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 5 follow up – when a PCF component messes it all up

In the Part 5 of my GC Web series, I wrote about creating a completely custom form in Power Pages, and it all worked just fine up until the moment I added a PCF component to the page using codecomponent liquid tag. The result was just short of disastrous. To illustrate/troubleshoot what has happened on the actual… 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 is what that component… Read More »