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...Flow
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...How to setup reminder in approval flow?[Part-4]
In this Approval series we will send reminder for Approval flow. We know how to created a simple approval flow?. but what happened if you are waiting for a long time for your request to be approved. As i have already mentioned in my part 1 of this series, by default Reminder can not be configured in Approval action. Here we...
Continue reading...How to capture comments in approval flow? [Part-3]
In my previous two articles i have explained about the basics of an approval flow and how you will create simple approval flow. If you did not see my previous posts then i would recommend you to see my previous approval series Part 1 and Part 2 before proceeding further. Use Case- When user will create one leave request in...
Continue reading...How to create a simple approval flow?[Part-2]
In my previous article, I have explained about approval process. Now we will see how to create a simple approval flow using power Automate/Flow. Use Case- When user will create one leave request in Leave Management List, it will go for approval to his/her manager. Once manager approved/rejected we will notify to the user and update leave status on SharePoint...
Continue reading...