In SharePoint, managing folder metadata is essential for organizing files efficiently. We group files into folders, and updating their metadata improves categorization. However, manually updating folder metadata can be time-consuming and requires contant effort. Automating this process with Power Automate offers several benefits: Time savings: Remove manual effort. Consistency: Always applied according to your logic. Error reduction: Minimize human errors...
Continue reading...Power Automate
How to set SharePoint Folder Colour Using Power Automate.
In SharePoint, effective organisation is key to productivity, and one of the features that can significantly enhance your experience is folder colour customisation. While SharePoint has long been a powerful tool for document management and collaboration, folder colour options allow users to personalise their libraries and make navigating content even easier. While SharePoint provides a direct way to change folder...
Continue reading...Fixing Locked File Error in Power Automate
A common issue faced by users of Microsoft Power Automate (formerly MS Flow) is the file lock problem. This happens when a file is stored in SharePoint, OneDrive, or other cloud storage, is locked and cannot be accessed or modified by the flow. A locked file means that it’s currently in use by another user, preventing your flow from performing...
Continue reading...Mastering the ‘Do Until’ Loop in Power Automate
One of its most useful features in the flow is ‘Do Until’ loop. It allows you to repeat actions until a certain condition is met. This makes it ideal for scenarios where you need to wait for data to change, a process to complete, or a status to update before proceeding. In this article, we’ll dive deep into mastering the...
Continue reading...How to merge two arrays in Power Automate without apply to each?
Recently someone asked me in Microsoft Power Platform community , how we will merge two array without apply to each?. First lets understand what is this?. In flow, When we have two arrays and we want to merge it. Then we have option to append it using variable but this will apply looping effect in your flow. It means that...
Continue reading...How to use expressions and conditions in Power Automate/Flow?
While creating a cloud flow you may encounter some need of conditions/expressions for logic building. You can use condition card in basic mode to quickly compare a single value with another value. Note: You can add up to 10 condition rows under one logical value. To add more rows under one logical value, first add group then ungroup that group...
Continue reading...How to store Microsoft forms responses in a SharePoint list?
We know that Microsoft forms is very easy to design and collect responses. But it becomes very handy when you include Microsoft forms connector with flow and save responses in a SharePoint List. Power Automate has trigger “When a new response is submitted,” and one action, “Get response details“. This action pulls in the details of the form response as...
Continue reading...