Recently, I did a session about custom code connectors for Global Power Boot Camp. One of the demos was about extracting email addresses using Power Automate. After the demo, some of the attendees reached out to me requesting a code sample for the demo and wanted to know more about the "Code (Preview)" demo. In … Continue reading Extract Email address using Custom Code Connector
Category: Powerapps and Flow
Convert XML to HTML/PDF Using C# in a Custom Code Connector
Out of the box Power Automate does not provide an action on a function to directly Convert XML to HTML. In this article, I will demonstrate how we can Convert XML to HTML and then Archive them as PDF using Custom Code Connector.
Invoke Power Automate from Dynamics 365 Or Model Driven Apps using Form Scripts
In this blog post, we will Invoke a Power Automate from Dynamics 365 Or Model-Driven Apps using Form Scripts.
Select SharePoint Files and Merge Them into a Single PDF Using Power Automate
Due to the ongoing COVID situation, teachers have been using Teams and SharePoint to deliver trainings Online. In the SharePoint Site, the Teacher creates a Folders with the library with unique permissions such that Student A cannot access the Folder\Files of Student B. Student usually send their assignments as attachments to their respective teachers in email attachment. The teachers find it difficult to manage the individual attachments.
Extracting PDF form data – Convert XML string to JSON object and Parse it using Power Automate
In this blog post, we will extract PDF form data as XML, Convert XML string to a JSON object and Parse it using Power Automate.
Extract PDF Forms Data and Parse XML in Power Automate using XPath
In this blog post, we will extract PDF form data as XML, Parse the XML data and store it a SharePoint List using Power Automate. We will also explore how we can Parse XML data to extract meaningful information using xpath() function and Parse JSON(next blog) action in Power Automate.
Invoke REST API from Power Automate and Power Apps
In this tutorial, we will learn how to Invoke a REST API with Power Apps and Power Automate. For this demo, we will be using the Muhimbi REST API with the HTTP action and Parse JSON in Flow all while understanding the basics of REST API.
Prevent Authentication Prompts in Power Apps and Power Automate for Custom Connectors
You have authored a Custom Connector and created a Flow associated with a Power Apps which you have then shared with your team or organization. However, when the end users started using the APP they get an authentication prompt, requiring them to enter their credentials or API key which is not ideal as this means setting up a separate, or shared account, for each user in each connector, very inconvenient. In this post, I will explain how we can work around the problem by Sharing the connection of your Custom connector with specific user or the entire organization.
Custom Power Automate Connectors in GCC High
Many organizations in the Defense and Aerospace industries have moved to Office 365 GCC High to meet their compliance and security requirements. The reason for this is that GCC High was created to meet the needs of the U.S. Department of Defense and Federal contractors that needed to meet the stringent cybersecurity and compliance requirements … Continue reading Custom Power Automate Connectors in GCC High
Integrating Power Automate with ASP.NET Core Web APIs.
If you already have ASP .NET Core Web API which exposes an OpenAPI document(Swagger) and wants to Integrate with Power Platform then you are in the right place. In this blog post, I will provide you with step-by-step instructions on how we can Integrate our Web APIs with a Power Platform.