Coauthoring and Collaboration with Model-Driven Apps

In this post, we will look at the preview feature of coauthoring and collaboration with Model-Driven Power Apps. Check out the video on Power Platform TV here: To enable or disable coauthoring, go to the Power Platform Admin Center and select your org, then Settings->Features: Select Enable Coauthoring, which lets people simultaneously edit model-driven apps together: With Coauthoring, let’s go to the Power Apps Maker portal at https://make.powerapps.com and edit an … Continue reading Coauthoring and Collaboration with Model-Driven Apps

Tag and Shared Variable Custom Values in Web Api Plugins

When calling the Dynamics 365 Power Apps Web Api, you may have a need to pass a custom value along with the request. For example, let’s say you’re retrieving a list of contacts through a Web Api call, and you want to pass along a custom value CallerId so you know who is making the Web Api call. In this post, we will look at how to the tag property in Web … Continue reading Tag and Shared Variable Custom Values in Web Api Plugins

Fluent UI Details List with Context in Custom Page

The Microsoft Creator Kit provides a nice details list control based on Fluent UI. In this post, we will look at how to pass context to a custom page and display records using the details list for Power Apps. We will go through an example of showing related contacts of an account record in a side pane. First, let’s create a new custom page. We will edit the Sales Hub app … Continue reading Fluent UI Details List with Context in Custom Page

Creating Themes with the Power Apps Creator Kit

In a previous post, we looked at how to install and use the Power Apps Creator Kit to create beautiful and consistent user experiences in Power Apps. In this post, we will look at how to use the Fluent Theme Designer in the Power Apps Creator Kit to create themes for your apps. Let’s start with the Canvas Reference Apps. There are 3 apps – canvas template, canvas kit reference … Continue reading Creating Themes with the Power Apps Creator Kit

Getting Started with the Creator Kit for Power Apps

The Creator Kit for Power Apps is a toolkit developed by Microsoft’s Power CAT team and the community. It helps you “easily create consistent, beautiful, and effective user experiences for custom business applications”. All controls are built on the FluentUI framework that is used throughout Microsoft applications, so using these controls means your app will have a beautiful, native Microsoft user experience. In this post, we will look at how … Continue reading Getting Started with the Creator Kit for Power Apps

Custom Tracing in Monitor and App Insights with Power Fx

In this post, we will look at how to implement Custom Tracing in Monitor and App Insights with Power Fx. First, let’s create a new Custom Page, and add a button to the page with the label “Run Trace”: The syntax for the trace function from the Microsoft documentation is: Let’s add the following Trace statement to the OnSelect of the button. Note the 3rd parameter is an object where … Continue reading Custom Tracing in Monitor and App Insights with Power Fx

Using Power Apps Monitor for Troubleshooting

The Monitor tool in Power Apps helps with troubleshooting and diagnostics for your application. Monitor provides great features, such as performance (slow loading times), errors, and inspect traffic. Monitor can be used with Canvas apps and Model-driven apps. We will focus on Model-driven apps in this post. To access the Monitor tool, head to https://make.powerapps.com and select an app you would like to monitor, then click Monitor: This takes us over to … Continue reading Using Power Apps Monitor for Troubleshooting

Using Power Fx in a Model-Driven App Command Bar Button

In this post, we will look at how to use Power Fx in a model-driven app button. First, let’s go over to the Power Apps Maker portal at https://make.powerapps.com and select Edit: This takes us to the app designer, and from here we can select an entity such as the Account and then Edit the Command Bar: We are now prompted to select which command bar to edit. The choices … Continue reading Using Power Fx in a Model-Driven App Command Bar Button