-
Continue reading →: [Step by Step] Power Apps | Show pop ups in Canvas App
In this article lets see how to show pop-ups in Canvas Apps using Container controls. I am going to explain this topic with two different examples. A ‘Single Popup’ and ‘Dual Popup’. Single Popup in action: Dual Popups in action: Now that you got an idea of the two examples,…
-
Continue reading →: Power Apps | Change App Owner using Power Automate Flow
Assume that you have a canvas app with Owner as ‘User 1’ and you would want to make ‘User 2’ as Owner of the App. We have couple of options. In this article lets see how to use Power Automate Flow to change the Owner. Following is how the completed…
-
Continue reading →: Canvas App | Formula to combine combo box selected items
In this short blog post, lets see how to write formula to combine combo box selected items in to text with a separator. Formulas: Single column collection: Multi column collection: 🙂
-
Continue reading →: Dependent Assembly plug-ins| Asynchronous mode error | Expected non-empty Guid
In one of my previous articles, I’ve explained about Dependent Assembly plug-ins using which multiple assemblies/nuget packages can be seamlessly used in a single plugin assembly. While exploring further, I’ve noticed a behavior (Issue) that if you register plugin in ‘Asynchronous’ mode, the ‘System Job’ is failing immediately with “Expected…
-
Continue reading →: Azure DevOps | Marketplace tasks | A task is missing error though its installed
In my Azure DevOps organization, I got “Power Platform Build Tools” tools installed from Marketplace. However none of the ‘Power Platform’ tasks were accessible/visible in my pipelines. While executing an existing pipelines thrown following exception. Reason and Fix: 🙂
-
Continue reading →: Canvas App | Open msapp file with the new menu options
Assume that someone shared you a canvas app (i.e., .msapp file) and you would want to open the .msapp file in Canvas studio. With the new menu options steps to open a .msapp file changed a bit. There is no ‘File’ tab option to open the .msapp file as shown…
-
Continue reading →: Power Platform | Office 365 Outlook Connector | REST API is not yet supported for this mailbox
Other while importing a solution from market place, I had to create a Office 365 Outlook connection to complete the setup. However got following “REST API is not yet supported for this mailbox” error while creating the connection. Reason and fix: Error could be because of 2 reasons 🙂
-
Continue reading →: GitHub Copilot | Code suggestions
If you are a developer, Isn’t the below visual is scary good? You declare a function with meaningful name and the code is ready for you as a suggestion. Say ‘Hi’ to GitHub Copilot code suggestions. About GitHub Copilot: Licensing: GitHub Copilot as Visual Studio Extension: 🙂
-
Continue reading →: [Step by Step] Dataverse | Plugins | Using Dependent Assemblies
In this article, I am going to highlight the limitations of conventional plug-in development and how the Dependent Assemblies feature addresses those limitations. Limitations of the conventional plugins: As we know that the plugins can be registered only as an individual .Net assembly, we can’t include another assembly or a…
-
Continue reading →: [Step by Step] Model Driven App | Grids | Navigate to custom page on row click
By default, performing any of the following grid actions opens the table record: Double-clicking the data row, or selecting the primary column link in the row. Selecting a data row, and then pressing the Enter key. On a touch-enabled device, selecting a data row. In this article, lets see how to override…


