Category Archives: PowerApps Portal

Implementing secured Azure Function HTTP service to support Power Apps Portal

Due to limitations of OOTB Power Apps Portal, a common requirement is to have a custom HTTP service that you can invoke by JavaScript on a Portal page, which performs some complex processing or querying to provide a custom user … Continue reading

Posted in Azure Functions, CRM Portal, PowerApps Portal | Leave a comment

Displaying EntityImage field on PowerApps Portal

Currently there are no OOTB ways to render the EntityImage field of an entity on PowerApps Portal as an image. It is however possible using Liquid and JavaScript as described in this post: https://debajmecrm.com/query-and-display-entity-image-in-your-entity-list-or-entity-form-in-powerapps-dynamics-365-portals-part-1/. Essentially the approach here is to … Continue reading

Posted in CRM, CRM Portal, PowerApps Portal | 1 Comment