In this modern digital age, many businesses are turning to electronic documents(pdfs) to streamline their document management workflow and improve efficiency. That being said, with electronic documents comes the need for a secure and reliable way to sign them. This is where digital signatures come in.
Category: Powerapps and Flow
Power Apps Virtual React Shaking Text Code Component
In this article, we will create and deploy a React Power Apps "Shaking Text Control". The "Shaking Text Control" can be used to draw attention to the text or to create a sense of urgency, importance, or excitement.
Glowing Text Power Apps Component
In this article, we will create and deploy a "Glowing Text Power App Code component. To create the Glowing Text component, we will use basic JavaScript, HTML and CSS. CSS Cascading Style Sheets) is used to define the styles for an HTML document, including text properties such as color, size, and font. To make text glow, the text-shadow property can be used with a set of values that define the color, size, and intensity of the glow effect.
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".
Invoke SharePoint REST API using Power Automate Desktop
This blog is a continuation of a previous blog post , in which we used the SharePoint client object model (CSOM) to get SharePoint List items. In this blog, we will learn how we can "Invoke SharePoint Online REST APIs" using Power Automate Desktop. The blog is majorly divided into two parts: Granting access using … Continue reading Invoke SharePoint REST API 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.
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
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.