Posts

How to capture comments in approval flow? [Part-3]

Image
  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 SharePoint Leave Management List, it will go for approval to his/her manager. Once manager approved/reject we will notify to user for their leave request  along with manager comments.  Comments are... For more details, Please visit my site:  How to capture comments in approval flow? [Part-3] | Gopenly

How to create a simple approval flow? [Part-2]

Image
In my previous article , I have explained about approval process. Now we will see how to create a simple approval flow using power Automate. Use Case- When user will create one leave request in my Leave Management List, it will go for approval to his/her manager. Once manager approved/reject we will notify to user for their leave request along with manager comments. For more information Please visit my site:  How to create a simple approval flow?[Part-2] | Gopenly  

What is an Approval flow in Power Automate(MS Flow)?[Part-1]

Image
  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 actions which will perform actions after trigger starts the flow. For example, when a new item is created to a SharePoint list then trigger an approval flow for somebody who can review the newly created item. For more information Please visit my site:  What is an Approval flow in Power Automate(MS Flow)?[Part-1] | Gopenly

SharePoint Get Items and Filter Query in Flow [Part-3].

Image
  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. you can check your column date format by simply running your flow. Once your flow run successfully, Expand your get items action and check output by click to download link. This will open a new tab where you can search your column name. For more details, Please visit my site:  SharePoint Get Items and Filter Query in Flow [Part-3]. | Gopenly

SharePoint Get Items and Filter Query in Flow [Part-2]

Image
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 select the required items. As a citizen developer, Filter query syntax is not clear and how do we use it?. So filter query syntax is like this- Column Internal Name   Operator   Value SharePoint Column Internal Name:   For filter query it is important to use SharePoint Internal column name to fetch required list items. But some times users are not able to figure out what is SharePoint Internal column name?. To get Internal column name,  Go to List/Library settings  then  click on your required column name . For more details, Please visit my site:  SharePoint Get Items and Filter Query in Flow [Part-2] | Gopenly