Create the flow

 Note

If you haven't created a connection to SharePoint or Office 365 previously, follow the instructions when you're prompted to sign in.

This walkthrough uses tokens. To display the list of tokens, tap or click any input control, and then search for the token in the Dynamic content list that opens.

Sign into Microsoft Flow, and then perform the following steps to create your flow.

  1. Select My flows > Create from blank, in the top right of the screen.

  2. Add the SharePoint - When an item is created or modified trigger.

  3. Enter the Site Address for the SharePoint site that hosts your vacation request list, and then select the list List Name.

  4. Add the Office 365 Users - Get manager V2 action, select the User (UPN) box, and then add the Created By Email token to it.

    The Created By Email token is located under the When an item is created or modified category of the Dynamic content list. This token dynamically provides access to data about the manager for the person who created the item in SharePoint.

  5. Add another Office 365 Users - Get manager V2 action, and then add the Mail token to the User (UPN) box.

    The Mail token is located under the Get manager V2 2 category of the Dynamic content list. This token dynamically provides access to the email address for the manager's manager.

    You can also rename the Get manager V2 2 card to something meaningful like "Skip level manager".

  6. Add the Start an approval action, and then select Everyone from the assigned list from the Approval type list.

     Important

    If any approver rejects, the approval request is considered rejected for all approvers.

  7. Use the following table as a guide to complete the Start an approval card.

    Field Description
    Approval type Use Anyone from the assigned list to indicate that any one of the approvers can approve or reject the request.

    Use Everyone from the assigned list to indicate that a request is only approved if everyone agrees, and the request is denied if a single person rejects it.

    Title The title of the approval request.
    Assigned to The email addresses of the approvers.
    Details Any additional information that you want sent to the approvers listed in the Assigned to field.
    Item link A URL to the approval item. In this example, this is a link to the item in SharePoint.
    Item link description A text description for the Item link.

     Tip

    The Start an approval action provides several tokens, including Response and Response summary. Use these tokens in your flow to provide rich reporting of the results from a run of an approval request flow.

    The Start an approval card is a template for the approval request that's sent to approvers. Configure it in a way that's useful for your organization. Here's an example.

    start an approval

  8. Add the Office 365 Outlook - Send an email action, and then configure it to send an email with the results of the request.

    Here's an example of what the Send an email card might look like.

    send an email

 Note

Any action that follows the Start an approval action runs based on your selection in the Approval type list on the Start an approval card. The following table lists the behavior based on your selection.

Approval type Behavior
Anyone from the assigned list Actions that follow the Start an approval action run after any one of the approvers decides.
Everyone from the assigned list Actions that follow the Start an approval action run after an approver declines or everyone approves the request.

At the top of the screen, enter a name for your flow in the Flow name box, and then select Create flow to save it.

Congratulations, your flow is complete! If you followed along, your flow resembles this image.

overall flow image

Now, whenever an item is added to your SharePoint list, or if an item changes, your flow triggers and sends approval requests to all approvers whom are listed in the Assigned to box of the Start an approval card. Your flow sends approval requests via the Microsoft Flow mobile app and via email. The person who creates the item in SharePoint gets an email that summarizes the results, clearly indicating if the request was approved or rejected.

Here's an example of the approval request that's sent to each approver.

approval request

Here's an example of what a response and a response summary may look like after your flow runs.

response tokens