Monitor your Power Platform application with Azure Application Insights.

How does Gartner define application monitoring? Gartner defines application performance monitoring as monitoring software application's performance, availability and use. It includes tracking critical performance metrics, recognising and diagnosing performance issues, and taking proactive steps to solve problems before they affect end users. Why is it important to monitor? There are several reasons why it is…

Use your environment variables in a canvas app.

When creating Dataverse environment variables in your solution, we can use them seamlessly in Power Automate. More information about Environment variables. Question?How can we use Dataverse environment variables in a canvas app?Solution SetupDataverse Environmental variableIn Dataverse, we have created an environment variable. In this example, we create an environment variable to store the environment URL.…

Download a file data type from your Canvas App.

When creating a table in Dataverse, we can add columns with specific data types. Like the date, text, multi lines of text, etc. Idem for a file data type. File data type columns are a primary data type intended to store a single image, note or attachment. However, keeping other forms of binary data is…

Environment variables with SharePoint data source and Support tip.

When building applications on the Power Platform, using development, test, user acceptance testing, and production environment is best practice. Therefore configuration settings or parameters or needed to move the application between those environments. Environment variables store particular application objects' parameters and values and can be adjusted when moving a solution to another Power Platform environment.…

Canvas App – Multi-selection combo box with date values in a Forms control.

Issue Using a Forms control to collect information from the end-user in a canvas app is a best practice. However, it is not often straightforward to display the data in a combo box, and this is because of certain limitations of the combo box - control itself. Let us explain the issue.Overview of the resources used to…