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
Tag: 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.
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.
Using Multipart/Form-Data in a Power Automate or Logic Apps HTTP Action
In HTTP terms, Content-Type 'header' is used by the client application when it submits data to the server. That being said, one of the most used Content-Types is 'Multipart/Form-Data'. In a 'Multipart' HTTP request, each field to be sent has it's own Content-Type, file name, and data separated by a boundary from the other field(s). With 'Multipart/Form-Data' the … Continue reading Using Multipart/Form-Data in a Power Automate or Logic Apps HTTP Action
Nintex Forms Online to PDF Conversion using Power Automate
In this post, I’ll show how to create a simple List, Nintex Form, and associate a Power Automate(Flow) to convert the form to PDF once the Form is submitted.
Hide Ribbon Buttons in Nintex Responsive Form
The following post details how you can hide a Nintex form's ribbon buttons when it is viewed in a browser, but the same workaround is respected by all versions of Muhimbi’s PDF Converter when converting Nintex forms to PDF. This means you can create clean and uncluttered PDFs from your forms when it comes time … Continue reading Hide Ribbon Buttons in Nintex Responsive Form
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.
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.