-
Continue reading →: PCF component import error | Publisher prefix for this control does not match the prefix for the solution
If you are New or Beginner in Power Apps component framework , I recommend you to refer PCF beginner article first. Coming back to the blog post, other day while importing a solution with a PCF component, solution import failed with following error Reason: To understand the issue better, lets…
-
Continue reading →: General availability of Power Apps for Windows
With “Power Apps for Windows” You can find all your canvas and model-driven apps including your Dynamics 365 apps and use them online or offline just like you can on iOS and Android! You can configure model-driven apps to work automatically offline by creating an offline profile. For canvas apps, you can use the LoadData/SaveData…
-
Continue reading →: PCF | Using Fluent UI and React | Error during react installation
Other day while building PCF project using Microsoft Fluent UI and React, got an error while installing ‘React’ using following command. Reason and Fix: Reason was, React 18 was installed in my machine and Fluent UI will not install since it requires a React version less than 18. To fix…
-
Continue reading →: Power Platform CLI | Pack and Unpack solution using map xml
Microsoft Power Platform CLI is a developer Command Line Interface, that empowers developers and ISVs to perform various operations related to environment lifecycle, authentication, and work with Dataverse environments, solution packages, portals, code components, and so on. In this article lets learn how to use Pack and Unpack Solution Commands with…
-
Continue reading →: Power Platform CLI | Authenticate environment using device code
For unversed, Microsoft Power Platform CLI is a developer CLI that empowers developers and ISVs to perform various operations related to environment lifecycle, authentication, and work with Dataverse environments, solution packages, portals, code components, and so on. In this blog post, lets see how to connect to an Environment using…
-
Continue reading →: Power Apps Maker Portal | Create tables with Table hub and new designer
Have you noticed that the Tables in Maker portal got a new a hub view and designer?. If it looks familiar, hub view and designer was only available in Power Apps for Teams app before and now its available in Maker portal too. Hub view and designer for a table…
-
Continue reading →: Microsoft Build 2022 | Power Platform updates
In Build 2022 , Microsoft announced an exciting new Microsoft Power Platform product and many new capabilities across Microsoft Power Platform that include: Introducing Power Pages: the newest Microsoft Power Platform product for creating modern, secure, responsive business websites. Power Apps express design: instantly turn images, docs, Figma design files,…
-
Continue reading →: Power Platform | Power Apps | Creator Kit (Preview)
If you are a beginner or expert in Power Apps Canvas Apps, building a consistent and intuitive user experience is always challenging, as there were no standard guidelines. Using the Creator Kit (Preview) from Microsoft Power CAT team, now you can seamlessly create consistent and effective user experiences using pre-built…
-
Continue reading →: Power Platform | Data source environment variables
Recently, I got a deployment (ALM) specific query from my SharePoint colleague who was exploring Power Platform’s Canvas Apps. Query: SharePoint team got 3 Sites (i.e., Dev/QA/Prod) and they also use 3 different Power Platform environments for Development, QA, and Production. On Development environment, a Canvas App was built connecting…
-
Continue reading →: Power Fx | String Interpolation
If you are familiar with C# language’s string interpolation feature now Power Fx does too. C# String Interpolation Example: In Power Fx, use string interpolation to embed formulas within a text string. This is often easier to work with and visualize the output than using the Concatenate function or &…


