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
Author: clavinfernandes
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.
PSPDFKit Viewer Component for Power Apps
When talking to one of our prospective customers, he inquired if we could provide a custom component using PCF that utilized a PDF Viewer in Canvas Apps which could support Annotation, Signatures, etc. With reference to his requirements, I spoke with my new colleagues at PSPDFKit and they had a PDF Viewer available which seemed … Continue reading PSPDFKit Viewer Component for Power Apps
Extract Email address using Custom Code Connector
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
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
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.