How To Create A Simple Approval Flow For SharePoint List From Built-In Template

Introduction

Microsoft Flow is a service that helps you create automated workflows between your favorite apps and services to synchronize files, get notifications, collect data, and more. Please refer this link to get started with Microsoft Flow.

In this article, you will see how to create a simple approval from a built-in template when a new item is added to the SharePoint list. I have created a simple custom list in SharePoint Online site named "Project Tracker". When a new item is added to Project Tracker, an email will be sent to the approver for approval. Once the approver responds, an email will be triggered to the item creator.

Create an approval flow for SharePoint list

  1. Navigate to SharePoint Online list – For example, https://c986.sharepoint.com/sites/Flow/Lists/Project%20Tracker/AllItems.aspx
  2. Click "Flow" and then click "Create a flow".

    SharePoint
  1. Click "See more templates".

    SharePoint
  1. Microsoft Flow site will be opened. Click "Approval" and select "Start Approval" when a new item is added.

    SharePoint
  1. Make sure you are successfully connected to Office 365 Outlook and SharePoint Online. Click "Continue".

    SharePoint
  1. In the "When a new item is created" action, enter the SharePoint site address and select the custom list.

    SharePoint
  1. In "Start an approval" action, enter the assigned value and if required, update the default values for other fields.

    SharePoint
  1. In the next window, i.e., Condition, update the default values or add actions based on your requirements if required, when it is approved or rejected.

    SharePoint
  1. Save the flow and then click "Done".

    SharePoint

    SharePoint

Test the approval flow

  1. Navigate to SharePoint Online list – For example - https://c986.sharepoint.com/sites/Flow/Lists/Project%20Tracker/AllItems.aspx
  2. Create a new item. After a few seconds, the approver will receive an email.

    SharePoint
  1. Approve or reject the request and the item creator will receive an email.

    SharePoint

Check flow history

  1. Navigate to My Flows in the flow site and you could see all your flows.
  2. Click on the flow that you have created for approval.

    SharePoint
  1. You could see the run history for your flow.

    SharePoint

     SharePoint

Result

Thus, in this article, you saw how to create a simple approval from a built-in template when a new item is added to the SharePoint list.