In this tutorial, we will learn how to Invoke a REST API with Power Automate Desktop. 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. Basics of REST APIBefore we begin, please make sure the following … Continue reading Invoke REST API from Power Automate Desktop
Category: Muhimbi
Invoke SOAP API using Power Automate Desktop to Convert, Merge, Watermark, Secure & OCR files
This is the second post in our "Invoke SOAP WebService using the Power Automate Desktop(RPA)" series. In this article, we’ll "Invoke the SOAP WebService" and design a Solution using Power Automate Desktop that automates the conversion process. Before we begin, please make sure the following prerequisites are in place: Install and configure a Windows Server … Continue reading Invoke SOAP API using Power Automate Desktop to Convert, Merge, Watermark, Secure & OCR files
Invoke SOAP Web Service using Power Automate Desktop
A big part of RPA is automating legacy applications and at times you might need to call legacy interfaces like SOAP web services. Power Automate Desktop has an inbuilt action that allows you to call SOAP service directly without having a need to build a custom SOAP connector. In this blog, we will learn how we can "Invoke SOAP Web Service using Power Automate Desktop".
Perfect solution to Archive Emails using Power Automate
When talking to a business user, he told me that his "Inbox is full" with all kinds of emails and he needs a solution to "Archive" them to PDF. He clearly mentioned that he needs a solution that is easy to configure and low on maintenance. At this point it was clear to me that the best solution to meet his requirement was Power Automate. The next task for me was to find a connector to "Convert email to PDF" which is flexible and reliable.
Remove App Instances from a SharePoint site using PowerShell
Have you ever come across a problem with uninstalling an APP from SharePoint Online or is the APP stuck during uninstallation with an error "Sorry something went wrong with adding the app. click to retry"? If yes, you are at the right place and I have a solution for you.
Fill a PDF Form with Microsoft Power Automate
In this blog, we are "Fill a PDF Form" using SharePoint List data and Muhimbi "Import PDF Form data" Power Automate action.
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.