A notable feature of Power Automate is its capability to manipulate strings through different expressions, such as the concat function. A powerful feature of Power Automate is the power to change strings using different expressions, such as the endsWith function. In this blog post, we will explore how to utilize the endsWith function in Power...

Power Automate is a tool that is invaluable to SharePoint developers because it allows you to streamline workflows and tasks. In this blog, we’ll explore the concat function and how utilize it in a flow. What is the Concat Function? The concat function in Power Automate is used to join two or more strings into...

Power Automate is a powerful tool that can be used to automate tasks and streamline workflows. Here we will be exploring the chunk function and how to utilize its ability to breakdown text into smaller pieces of text in a flow. Step by Step Guide to Creating A Chunk Function in Power Automate Step 1:...

In today’s data-driven world, efficiently managing and processing text is crucial for various applications, from data analysis to software development. One useful technique for handling large strings of text is chunking, which involves breaking down a text into smaller, more manageable pieces. This blog post will explore the chunk text function, its benefits, and how...

In order for you to get the most out of SharePoint as a document managing tool you want to keep your file’s properties up to date. Using Power Automate and the REST API in SharePoint can do this for you in a more efficient way. In this blog we will go over the steps to...

SharePoint is a powerful collaboration tool that allows teams to share and manage content seamlessly. However, automating repetitive tasks can enhance productivity even further. One such task is checking out documents. This blog will guide you through automating the document checkout process in SharePoint using Power Automate and a “Send HTTP Request to SharePoint” action....

Managing documents in SharePoint efficiently can streamline workflows and enhance team collaboration. One key feature is the ability to check out and check in documents for version control and conflict avoidance. This blog post will guide you in automating the check-in process using Power Automate’s “Send an HTTP request to SharePoint” action. Step 1: Create...

In SharePoint Online, you can automate various tasks, including the creation of document libraries, using Power Automate and the SharePoint REST API. This guide will show you how to add a document library to a SharePoint site using Power Automate. We’ll use the “Send an HTTP Request to SharePoint” action and the SharePoint REST API...

In SharePoint Online, you can automate the site creation process and add a site collection administrator (SCA) using Power Automate and the SharePoint REST API. This guide will show you how to use the “Send an HTTP Request to SharePoint” action in Power Automate to grant SCA permissions to a user on a new or existing SharePoint modern site....

Scenario: You have a working PowerApps connected Flow. Everything working as expected. Then you make a change in the flow by introducing new flow actions and voila – Template Error – see below: The link provided in the error message talks about how to use functions in Logic Apps and Power Automate. It is not...