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: SharePoint Online
“Token type is not allowed” Error when Invoking SharePoint REST API
Recently I blogged on how to "Invoke SharePoint REST API from Power Automate Desktop", in the blog we are granting Power Automate Desktop Application access using SharePoint App-Only Authentication. All worked well for me, however one of my subscribers complained that they are getting the error below - {"error":"invalid_request","error_description":"Token type is not allowed."} As a … Continue reading “Token type is not allowed” Error when Invoking SharePoint REST API
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
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.
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.
Get Rows(Parse) from CSV file using Power Automate and bulk generate documents
This is my solution to an Idea(Text (CSV) file - Get rows) requested by Power Automate community which have 500+ upvotes. In this article, I will demonstrate how to get the CSV files Content in Power Automate, Parse the CSV using a little bit of 'TypeScript magic' using the 'Excel Run Script action' (yes you read it right - we are going to invoke code without a third party action in Power Automate) and we will then use result from the 'Run script' action and bulk generate documents.
Working with SharePoint List using SharePoint Send HTTP Request action in Power Automate
The SharePoint Connector in Power Automate provides many actions with which you can create items, get items, delete items etc. But some scenarios the out of box actions do not handle your requirements (You cannot create a SharePoint List etc.), or the action you are looking for is not yet available in the SharePoint connector. In Power Automate, the SharePoint Send HTTP Request action lets you construct and execute SharePoint REST API queries and help you handle scenarios the out of box actions do not handle your requirements.
Part 3 – Adding SharePoint List Data To an Excel Sheet by Passing it to an Excel Script Using Power Automate
In our previous blog post, we passed(returned) the data from Excel Script into Power Automate. In this post, I will explain how to use SharePoint list as a data source and pass data (populate a template Excel) using office scripts and then use Muhimbi Converter to PDF to generate a PDF file of your Quotations.
Extract pages from a PDF with Power Automate
In this post, we will learn how to extract a single page or multiple pages from a PDF file using Power Automate.