Skip to content

Engineered Code Blog

Category: Power Pages

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.

Power Apps Portals – No Anonymous Allowed

December 19, 2019 2 Min.To Read

A question popped up a couple weeks ago about the best way to force everyone to have to login to your Power Apps Portals before getting access to anything. At first I gave a very wrong answer – thankfully MVP Nick Doelman corrected me, and in the process, we all learned another thing about licensing.

Back to top