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.
Category: Muhimbi
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.
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
Add simple API Key authentication to ASP.NET Core Web Apps
In this blog, I will explain how to secure your ASP.NET Core Web API using an API Key and by implementing a Custom Middleware. In addition, we will also enable support for the same API key in our Open API(Swagger) the document which can be further used to create a custom connector for Power Automate or Power Apps.
Creating Power Automate / OpenAPI Extensions for Azure Functions (Fusion Development)
So, what is this "Fusion Development" you ask? Fusion development allows your business to build better applications, faster, by bringing together professional developers with amateur or hobbyist developers. If you're not familiar with fusion development, have a look at the Microsoft Learning Path - Transform your business applications with fusion development. In this post, we … Continue reading Creating Power Automate / OpenAPI Extensions for Azure Functions (Fusion Development)
Creating Azure Functions OpenAPI Extension from SOAP Web Services
As a developer, you want to concentrate on the application\code and not worry about Infrastructure and other underlying complexities. Azure Functions indeed is the perfect fit as it is "serverless" and you can add "service references". In this post we will consume the Muhimbi SOAP service in an Azure function that can further be invoked as a REST API in Microsoft Flow, PowerApps, and even from your own Rest Client.