Skip to content

Engineered Code Blog

Category: Power Platform

Power Apps Portals: Version 9.1.11.x Release

February 2, 2020 2 Min.To Read

For the most part I don’t blog about the (roughly) monthly releases for Power Apps Portals, mostly because they deal with bug fixes for relatively obscure issues. However, last month I was happy to see a few items on the list that I’ve been waiting for, and I thought were worth sharing.

Power Apps Portals: fetchxml Liquid Tag and Entity Permissions

January 16, 2020 3 Min.To Read

The fetchxml Liquid tag is arguably the most powerful Liquid tag in Power Apps Portals – it allows you to meet complex requirements for the display of data. But, if you combine it with a complex Entity Permissions model, you could find yourself getting unexpected errors. In this post I’ll cover what can cause those errors, and how to work around them.

Power Apps Portals: Where You Put Your JavaScript Matters

January 9, 2020 2 Min.To Read

One of the most frustrating things that can happen when developing any type of software is when you’ve got the code correct but, due to it being in the wrong place, it doesn’t work as you’ve expected. A recent question on the community forums highlights the importance of putting your JavaScript in the right place.

Back to top