A popular out-of-the-box feature of Power Apps portals that came from the original Adxstudio product is the ability to display a map on a web page based off of data from an entity list. In order to render the map, you need to configure an entity list to display the map and point data as… Continue reading Displaying a Customizable Map on a Power Apps portals Web Page
Tag: Portals
Test Driving the Power Apps Portals Web API
One of the features missing from Power Apps portals (Dynamics 365 Online Portals) since it became an exclusively cloud service is the ability to write a function to create, update, read or delete (CRUD) data in the Common Data Service. You can create and update data on a portal using Entity forms and Web forms,… Continue reading Test Driving the Power Apps Portals Web API
Power Platform 2020 Wave 2 Release Plan – Power Apps portals edition!
Today the Power Platform Wave 2 Release plan was released and I am sure that there are a dozen blogs providing an overview of the various new features and directions of the Power Platform. …and this blog is another one of them. Let’s dive in. The release plans were pretty light on details around portals,… Continue reading Power Platform 2020 Wave 2 Release Plan – Power Apps portals edition!
Adding a Print Button to a Power Apps Portal Page
Sometimes you just need to print. Adding a print button to a Power Apps Portals page is pretty simple. In the portal studio on the page where you want to add the print button, open up the source code editor. This will open the source code editor where you can add your own HTML, CSS,… Continue reading Adding a Print Button to a Power Apps Portal Page
Trigger Power Automate flows from Power Apps Portals
Currently the only way to update records from a Power Apps Portals is to create or update data via an Entity Form, Web Form or a companion app. The companion app incurs a certain level of technical debt in terms of development of the app and management of where its hosted, such as an Azure… Continue reading Trigger Power Automate flows from Power Apps Portals
Embedding a Canvas App in a Power Apps Portal
The other day I was reading the Microsoft Docs site when I came across an entry on embedding Canvas Power Apps. It is well known that you can embed Canvas Power Apps in Power BI Dashboards, Model-Driven App forms and Microsoft Teams. The docs article also mentioned that you can embed Canvas-based Power Apps in… Continue reading Embedding a Canvas App in a Power Apps Portal
Adding a Power Virtual Agent to a Power Apps Portal
There were a lot of cool announcements at Microsoft Ignite this past week. Notably was the official renaming of Microsoft Flow to Power Automate, PowerApps becoming Power (wait for it) Apps (with a space) and the introduction of UI flows and Power Virtual Agents. Power Virtual Agents are actually another Dynamics 365 feature (Dynamics 365… Continue reading Adding a Power Virtual Agent to a Power Apps Portal
How to Provision a Dynamics 365 Portal the PowerApps Portal Way
A lot of folks with little to no experience with Dynamics 365 have been creating PowerApps Portals on vanilla CDS instances as a way to create externally PowerApps. What isn’t well known that PowerApps Portals evolved from Dynamics 365 Online Portals and before that, Adxstudio Portals. If you still want to deploy an actual Dynamics… Continue reading How to Provision a Dynamics 365 Portal the PowerApps Portal Way
How to Revert Back to a Blank PowerApps Portal
If you have been learning and experimenting with PowerApps Portals, eventually it might soon look like a Dog’s Breakfast. You may have added pages, links, lists, forms and you really would rather start over from scratch on fresh new portal. However, you can only provision one portal per CDS environment! Of course, one option would… Continue reading How to Revert Back to a Blank PowerApps Portal
PowerApps Portals: How to Hide or Show Content based on Logged in User
For those just starting out configuring PowerApps Portals, the question will eventually come up as to how to show or hide content based on the logged in user. For example, if you are showing a page with registration to a private event or showing user specific data like support cases or invoices. You will want… Continue reading PowerApps Portals: How to Hide or Show Content based on Logged in User