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...
Continue reading...Power Platform
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...
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...
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...
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....
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...
Continue reading...What is an Approval flow in Power Automate(MS Flow)?[Part-1]
Today, Approval process is a part of every organization. Approval processes standardise organization’s internal process. Approval process could be either for leave or for some expense report. In Power Automate, when we use approval action, approvers are notified and they can review and act accordingly. In flow, we use approval...
Continue reading...SharePoint Get Items and Filter Query in Flow [Part-3].
In my previous post, i have explained Filter query in details. Now i will cover up some most useful filter query syntax examples. Filter Query Examples in SharePoint Get items action- Working with dates: In filter query, date value must be in same date format of your column date format....
Continue reading...SharePoint Get Items and Filter Query in Flow [Part-2]
In my previous post, I have explained basic details of Sharepoint Get items. Now in this article, i will cover up more details about Filter Query. Filter Query in Get items- Within the SharePoint Get items action there is a Filter Query . This Filter Query can be used to...
Continue reading...SharePoint Get Items and Filter Query in Flow [Part-1]
In Flow, Get Items is a SharePoint action which allows you to get items from SharePoint list. Similarly There is another SharePoint action called Get files which allows you to get files from Sharepoint document library. You can not use Get files for SharePoint list but the capabilities for both the...
Continue reading...