Video Blog: Automate word template using power automate with dynamic content Part2

Using Microsoft Power Automate, you can set up a workflow that will initiate when a record is chosen and a button is clicked in the SharePoint interface, thereby automating the process of generating certificates from a SharePoint list. First, use Power Automate to create a flow that connects to your SharePoint list. First, set up […]
Dual Stage Popups in Canvas App

To add dual stage popups along with text inputs, text labels or buttons or any other control. This method can be used to add multi-stage popups, and not just dual popup High level resolution steps Detailed resolution steps Step 1 –Add a button and set a local variable as true in the onSelect property as […]
How to Import Excel File Into PowerApps Dataverse Table Using Power Automate

To import excel file Into PowerApps that contains bulk data into Dataverse in PowerApps using Power Automate High level resolution steps Detailed resolution steps Step 1 –Use any kind of trigger action to trigger the flow and then upload the Excel file into OneDrive and make sure you have the connection in place for List […]
Register and Deploy Plugin in CRM

High level resolution steps Detailed resolution steps Step 1:- Write a C# code in VS Community Edition 2022 as shown below: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.Xrm.Sdk; //Install this tools in Nuget Package manager using System.ServiceModel; //Install this service model tool in Nuget Package namespace MyPlugins { public class […]
How to Add a Button in main Gridview and Modify Column for Multiple Records using Power FX

High level resolution steps Detailed resolution steps Step 1 – Go to the desired Entity’s View eclipse in app edit options to open the command bar to add a button as shown below: Step 2 – Add the button in main grid and click on edit as shown below: Step 3 – Add a command(button) […]
Video Blog: Power Apps Custom Connectors Tutorial: Integrating External APIs with .NET

Step-by-step on how to create custom connectors using .NET and seamlessly integrate them into Power Apps using DevTunnels. Whether you’re a developer looking to extend Power Apps capabilities or a Power Apps enthusiast eager to unlock new integration possibilities, this tutorial is for you! Power Apps Custom Connectors Tutorial: 1. Introduction to Custom Connectors: We’ll […]
