SlideShare a Scribd company logo
1 of 37
Microsoft Flow - First approval flow
Resources
Sign in Sign Up
https://flow.microsoft.com/en-us/
Introducing Modern Approvals in Flow
https://flow.microsoft.com/en-us/blog/introducing-modern-approvals/
PowerUsers - Flow
https://powerusers.microsoft.com/t5/Flow-Ideas/idb-p/FlowIdeas
What will I learn in this module?
1. You will learn to create and associate a flow with a custom SharePoint Online list
2. You will learn to create an email based approval flow
3. You will create a flow using the Approval action and email actions
4. You will learn the differences and configuration options with the approval action
5. You will learn to create a flow starting from a template
6. You will learn what the approval interfaces look like and how to approve a flow
Create an Audits list in SharePoint Online
Create a custom SharePoint Online list from the modern interface (not classic) and name it โ€˜Audits Listโ€™.
It should be configured with the following column names and column types:
Site Name Audit
Address
Audit Date Design Color Configuration Audit Manager Audit
Approval
-rename the
title column to
โ€˜Site Nameโ€™
url column Date
column
Choice:
Correct
Incorrect
Choice:
Correct
Incorrect
Choice:
Correct
Incorrect
People Choice:
Approved
Rejected
Completed Audit List
Below is the completed Audits list with one entry for reference.
Next we will attach the flow. If visible, select the Flow link. If not visible select it from the ellipsis โ€ฆ
3 ways to get the Flow approvals
An approver can be notified/approve via three methods:
1. Via email
2. Via mobile Flow app - http://bit.ly/2jqmcGN
3. Via Approval interface in Flow โ€“ โ€˜Approvalsโ€™
Letโ€™s start by creating an approval flow that only uses email for
approvals.
This flow will email an approval notification (ACTION) to a manager designated in
the Audit list when a new item is added to the Audits list (TRIGGER).
Based on the โ€˜Approveโ€™ or โ€˜Rejectโ€™, an ACTION will update the approval status in the
Audit list.
A second email will be sent to the creator of the audit item informing them if it was
approved or rejected (CONDITION/ACTION) that also includes a link to the item.
Create Audit Approval Email Flow
ACTION
Send Approval Email
TRIGGER
When a new item is created
FLOW
ACTION
Send โ€˜Approvedโ€™ Email
CONDITION
If Yes (Approved), If No (Rejected)
ACTION
Update Audit Item(set approval)
ACTION
Send โ€˜Rejectedโ€™ Email
ACTION
Update Audit Item(set reject)
Select โ€˜See your flowsโ€™ to create a blank flow
This will navigate to the main landing page for
creating and working with flows.
Create Audit Approval Email Flow
My Flows is where you can create a new flow or view existing flows
Select, Create from blank
Name it: Audit Site Approval - Email Notification
We will need to start with a trigger
Select, โ€˜When an item is createdโ€™ or search for that trigger
Populate the trigger with:
The site and audit list name
Select the ellipsis and change the name of the
trigger to read,
โ€˜When a new audit is createdโ€™
Add an action:
Select Office 365 Outlook
Scroll to the action:
โ€˜Office 365 outlook โ€“ Send approval emailโ€™
Populate action with
dynamic content:
To:
Subject: Approval Request -
User Options: Approve, Reject
Select โ€˜Show Advanced Options:
Populate the Body input field with text and dynamic
content (as displayed) to provide relevant information
in the body of the email.
Set the importance field to โ€˜Highโ€™
Add a Condition:
โ€˜is equal toโ€™
โ€˜Approveโ€™
Populate the โ€˜If yesโ€™ and
โ€˜If noโ€™ Update items in
parallel as they contain
the same information:
Set the Approval Status Value to
โ€˜Approvedโ€™ If Yes
Set the Approval Status Value to
โ€˜Rejectedโ€™ If No
Add a new item
to the SharePoint
Online Audits List
Flow will automatically trigger
and send the approval email
Once Approved or Rejected the Audit list will be updated
and the user is re-directed to a Thank you page
Final email sent notifying the audit list audit creator
the Audit Site was โ€˜Approvedโ€™ and link to the item
This flow will use the Microsoft Approval action.
This flow will function like the email based
workflow but provides a more comprehensive
interface to capture approver information such as
comments.
It will provide alerts and approval actions in the
flow mobile app or Flow home site under
Approvals
Create a new Audit Approval
flow with Approvals Connector
ACTION โ€“ Approval Connector
Send Approval Notification
TRIGGER
When a new item is created
FLOW
ACTION
Send โ€˜Approvedโ€™ Email
CONDITION
If Yes (Approved), If No (Rejected)
ACTION
Update Audit Item(set approval)
ACTION
Send โ€˜Rejectedโ€™ Email
ACTION
Update Audit Item(set reject)
Navigate to the flow site. The first Audit Site Approval flow โ€“ Email Notification
should be visible under, โ€˜My Flowsโ€™.
Turn off the flow
Flow Site
Create a new flow from blank
Name it: Audit Approval โ€“ Audit Connector and email
Create an Audit Approval flow with the
Approvals Connector
We can create the Flow using individual parts
Or
Search for the Trigger:
When a new item is created
Search for the Action
Approvals
OR
Search existing templates
Or
Microsoft has already done
some of the work
Select: Start approval when a
new item is added
A new interface is presented
Or
Skip this interface by selecting:
Edit in advanced mode
You will be directed to the primary
flow design canvas
Populate the trigger:
The site and audit list name
Select the ellipsis and change the name of the
trigger to read,
โ€˜When a new audit is createdโ€™
Populate the Approval action with:
Assigned to:
Complete the other fields as displayed.
The Condition input uses response
instead of โ€˜selected optionโ€™:
These inputs should already be pre-populated
and will save us time!
Differences with the
Approval Action:
The image displayed is the โ€˜Yesโ€™ option of the condition.
1. You have access to more dynamic content such โ€˜Commentsโ€™ in the
Body field. These comments are captured at the time of the
Approve or Reject.
2. You also have access to the โ€˜Approver Nameโ€™ which is useful if you
have a group of approvers.
3. You also have access to the โ€˜Responseโ€™ dynamic content which you
can add to the subject field instead of hard coding the response
All the dynamic content included with
Approval Action:
Here is the complete list of Dynamic content available
with the Approver Action
There is one other important difference with the
Approval Template:
Can you see it?
The Approval Template is only configured to
Inform the creator of the Audit item via email.
This may not be an issue if your use case is to only
request approvals and not record the approval outcome.
The goal of our Audit list was to record the Approval
decision in the Audit list in context with the information.
Add the Update Item
In order to have the Audit list updated with the approval
decision, add the SharePoint action โ€“ Update item
โ€˜Inform item creator of approval for both the yes and no
conditions before the Inform item creator action.
Set the fields as displayed in the purple image.
Set โ€˜Approvedโ€™ as the Approved Status Value for the Yes
condition and Set โ€˜Rejectedโ€™ as the Approval Status for
the No condition.
Populate the โ€˜Inform item
creator of approvalโ€™ action
Complete the fields in the โ€œInform item creator of
approval as seen in the image.
Your Audit Approval flow is complete!
Save your flow: Update flows
Add a new
item to the
Audits List
Flow will automatically trigger and
send a notification to my phone
Once approved or rejected, the
โ€˜add commentโ€™ field is available
In my example I
have added a new
item called
Content Delivery
to the Audit list.
Select, confirm and your
request is approved
Email to creator of
Approval Status
The Approval can also be approved
from the Flow home page
Select Approvals, Received requests
Primary Benefits of Flow Approvals
1. Flow approvals are triggered and sent incredibly fast! Approval notifications are approximately < 2 seconds after a new
a new item is added to a list using the mobile app.
2. Faster testing cycles
3. The approval interfaces are more user friendly and easier to understand compared to SharePoint designer workflows.
4. Flows can be turned on/off on demand easily
5. Flows can be shared with a team of people ensuring business continuity
6. Flows can be exported
Business Benefits of Flow Approvals
1. No extra software installed in your environment.
2. Flows offer a layer of transparency not available
in other workflow design tools.
3. Flows have a universal architecture and
configuration. Flows are easily updatable by
multiple service providers on-site and remotely
Security, time savings, money savings
Group collaboration, knowledge sharing, flow re-use,
smaller learning curve
Faster business solutions, time savings, money savings
Need help or a responsive intranet?
https://www.linkedin.com/in/greg-gignac-4026837/

More Related Content

Similar to First Approval Flow - Microsoft Flow

SFDC useful approval_processes
SFDC useful approval_processesSFDC useful approval_processes
SFDC useful approval_processes
harikarans
ย 
Teletrips Product Telework Management System 3
Teletrips Product Telework Management System 3Teletrips Product Telework Management System 3
Teletrips Product Telework Management System 3
erenard
ย 
Approvals and workflow in salesforce
Approvals and workflow in salesforceApprovals and workflow in salesforce
Approvals and workflow in salesforce
mallareddy0107
ย 
Approval process
Approval processApproval process
Approval process
mallareddy0107
ย 
Approval process
Approval processApproval process
Approval process
mallareddy0107
ย 
AWS Certifications Guide-2020 amazon tecnologia.pptx
AWS Certifications Guide-2020 amazon tecnologia.pptxAWS Certifications Guide-2020 amazon tecnologia.pptx
AWS Certifications Guide-2020 amazon tecnologia.pptx
EnriqueCortesChuck
ย 
Design Document Sample
Design Document SampleDesign Document Sample
Design Document Sample
Steve Smith
ย 
Use case 1 User LoginActor Admin, Faculty, or StudentBa.docx
Use case 1 User LoginActor Admin, Faculty, or StudentBa.docxUse case 1 User LoginActor Admin, Faculty, or StudentBa.docx
Use case 1 User LoginActor Admin, Faculty, or StudentBa.docx
jessiehampson
ย 
Keepcon integration tutorial_en (abril 2013)
Keepcon integration tutorial_en (abril 2013)Keepcon integration tutorial_en (abril 2013)
Keepcon integration tutorial_en (abril 2013)
keepcon-slides
ย 
Guide for Quality Center (QC) Automation Tool
Guide for Quality Center (QC) Automation ToolGuide for Quality Center (QC) Automation Tool
Guide for Quality Center (QC) Automation Tool
Subrat Srivastava
ย 
Wielding Workflow
Wielding WorkflowWielding Workflow
Wielding Workflow
dreamforce2006
ย 

Similar to First Approval Flow - Microsoft Flow (20)

SFDC useful approval_processes
SFDC useful approval_processesSFDC useful approval_processes
SFDC useful approval_processes
ย 
Teletrips Product Telework Management System 3
Teletrips Product Telework Management System 3Teletrips Product Telework Management System 3
Teletrips Product Telework Management System 3
ย 
ICPHSO 2017 Presentation: CPSC Business Portal Manufacturer Registration
ICPHSO 2017 Presentation: CPSC Business Portal Manufacturer RegistrationICPHSO 2017 Presentation: CPSC Business Portal Manufacturer Registration
ICPHSO 2017 Presentation: CPSC Business Portal Manufacturer Registration
ย 
Approvals and workflow in salesforce
Approvals and workflow in salesforceApprovals and workflow in salesforce
Approvals and workflow in salesforce
ย 
DF2UFL 2012: Workflows: Making the MOST of Salesforce.com Native Functionality
DF2UFL 2012: Workflows: Making the MOST of Salesforce.com Native FunctionalityDF2UFL 2012: Workflows: Making the MOST of Salesforce.com Native Functionality
DF2UFL 2012: Workflows: Making the MOST of Salesforce.com Native Functionality
ย 
dPOC.docx
dPOC.docxdPOC.docx
dPOC.docx
ย 
20190110 LeanKanban Meetup Story Splitting and Automated Testing
20190110 LeanKanban Meetup Story Splitting and Automated Testing20190110 LeanKanban Meetup Story Splitting and Automated Testing
20190110 LeanKanban Meetup Story Splitting and Automated Testing
ย 
Approval process
Approval processApproval process
Approval process
ย 
Approval process
Approval processApproval process
Approval process
ย 
Salesforce Create a Login Flow
Salesforce Create a Login FlowSalesforce Create a Login Flow
Salesforce Create a Login Flow
ย 
Agile Acceptance Criteria How To
Agile Acceptance Criteria How ToAgile Acceptance Criteria How To
Agile Acceptance Criteria How To
ย 
AWS Certifications Guide-2020 amazon tecnologia.pptx
AWS Certifications Guide-2020 amazon tecnologia.pptxAWS Certifications Guide-2020 amazon tecnologia.pptx
AWS Certifications Guide-2020 amazon tecnologia.pptx
ย 
Design Document Sample
Design Document SampleDesign Document Sample
Design Document Sample
ย 
Aws start
Aws startAws start
Aws start
ย 
Use case 1 User LoginActor Admin, Faculty, or StudentBa.docx
Use case 1 User LoginActor Admin, Faculty, or StudentBa.docxUse case 1 User LoginActor Admin, Faculty, or StudentBa.docx
Use case 1 User LoginActor Admin, Faculty, or StudentBa.docx
ย 
Open Source BPM Comes of Age
Open Source BPM Comes of AgeOpen Source BPM Comes of Age
Open Source BPM Comes of Age
ย 
Keepcon integration tutorial_en (abril 2013)
Keepcon integration tutorial_en (abril 2013)Keepcon integration tutorial_en (abril 2013)
Keepcon integration tutorial_en (abril 2013)
ย 
Guide for Quality Center (QC) Automation Tool
Guide for Quality Center (QC) Automation ToolGuide for Quality Center (QC) Automation Tool
Guide for Quality Center (QC) Automation Tool
ย 
Wielding Workflow
Wielding WorkflowWielding Workflow
Wielding Workflow
ย 
Salary advanceworkflow
Salary advanceworkflowSalary advanceworkflow
Salary advanceworkflow
ย 

More from Priority SharePoint

More from Priority SharePoint (10)

Managing lists and libraries with more than 5000 items
Managing lists and libraries with more than 5000 itemsManaging lists and libraries with more than 5000 items
Managing lists and libraries with more than 5000 items
ย 
Yammer group admin get started-guidance
Yammer group admin get started-guidanceYammer group admin get started-guidance
Yammer group admin get started-guidance
ย 
Yammer - Work like a network training
Yammer - Work like a network trainingYammer - Work like a network training
Yammer - Work like a network training
ย 
Yammer use case catalog
Yammer use case catalogYammer use case catalog
Yammer use case catalog
ย 
Yammer launch ideas
Yammer launch ideasYammer launch ideas
Yammer launch ideas
ย 
SharePoint ROI Analysis Case Study
SharePoint ROI Analysis Case StudySharePoint ROI Analysis Case Study
SharePoint ROI Analysis Case Study
ย 
Manage SharePoint In SharePoint
Manage SharePoint In SharePointManage SharePoint In SharePoint
Manage SharePoint In SharePoint
ย 
SharePoint Site Maps Using Visio 2010
SharePoint Site Maps Using Visio 2010SharePoint Site Maps Using Visio 2010
SharePoint Site Maps Using Visio 2010
ย 
Understanding SharePoint 2010 Lists & Libraries
Understanding SharePoint 2010 Lists & LibrariesUnderstanding SharePoint 2010 Lists & Libraries
Understanding SharePoint 2010 Lists & Libraries
ย 
Share Point 2010 Site Solutions โ€“ Knowledge Base
Share Point 2010 Site Solutions โ€“ Knowledge BaseShare Point 2010 Site Solutions โ€“ Knowledge Base
Share Point 2010 Site Solutions โ€“ Knowledge Base
ย 

Recently uploaded

Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
SUHANI PANDEY
ย 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
SUHANI PANDEY
ย 
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
ย 
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
SUHANI PANDEY
ย 
๐Ÿ’š๐Ÿ˜‹ Salem Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹
๐Ÿ’š๐Ÿ˜‹ Salem Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹๐Ÿ’š๐Ÿ˜‹ Salem Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹
๐Ÿ’š๐Ÿ˜‹ Salem Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹
nirzagarg
ย 
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
SUHANI PANDEY
ย 
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
SUHANI PANDEY
ย 
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
SUHANI PANDEY
ย 
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
@Chandigarh #call #Girls 9053900678 @Call #Girls in @Punjab 9053900678
ย 

Recently uploaded (20)

20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf
ย 
Real Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirtReal Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirt
ย 
best call girls in Hyderabad Finest Escorts Service ๐Ÿ“ž 9352988975 ๐Ÿ“ž Available ...
best call girls in Hyderabad Finest Escorts Service ๐Ÿ“ž 9352988975 ๐Ÿ“ž Available ...best call girls in Hyderabad Finest Escorts Service ๐Ÿ“ž 9352988975 ๐Ÿ“ž Available ...
best call girls in Hyderabad Finest Escorts Service ๐Ÿ“ž 9352988975 ๐Ÿ“ž Available ...
ย 
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
Wagholi & High Class Call Girls Pune Neha 8005736733 | 100% Gennuine High Cla...
ย 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
ย 
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Pollachi 7001035870 Whatsapp Number, 24/07 Booking
ย 
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
ย 
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
ย 
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
Ganeshkhind ! Call Girls Pune - 450+ Call Girl Cash Payment 8005736733 Neha T...
ย 
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
ย 
๐Ÿ’š๐Ÿ˜‹ Salem Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹
๐Ÿ’š๐Ÿ˜‹ Salem Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹๐Ÿ’š๐Ÿ˜‹ Salem Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹
๐Ÿ’š๐Ÿ˜‹ Salem Escort Service Call Girls, 9352852248 โ‚น5000 To 25K With AC๐Ÿ’š๐Ÿ˜‹
ย 
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
ย 
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...Russian Call Girls Pune  (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
Russian Call Girls Pune (Adult Only) 8005736733 Escort Service 24x7 Cash Pay...
ย 
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...Pune Airport ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready...
Pune Airport ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready...
ย 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
ย 
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency""Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
ย 
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
ย 
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls DubaiDubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
ย 
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
ย 
All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445
All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445
All Time Service Available Call Girls Mg Road ๐Ÿ‘Œ โญ๏ธ 6378878445
ย 

First Approval Flow - Microsoft Flow

  • 1. Microsoft Flow - First approval flow
  • 2. Resources Sign in Sign Up https://flow.microsoft.com/en-us/ Introducing Modern Approvals in Flow https://flow.microsoft.com/en-us/blog/introducing-modern-approvals/ PowerUsers - Flow https://powerusers.microsoft.com/t5/Flow-Ideas/idb-p/FlowIdeas
  • 3. What will I learn in this module? 1. You will learn to create and associate a flow with a custom SharePoint Online list 2. You will learn to create an email based approval flow 3. You will create a flow using the Approval action and email actions 4. You will learn the differences and configuration options with the approval action 5. You will learn to create a flow starting from a template 6. You will learn what the approval interfaces look like and how to approve a flow
  • 4. Create an Audits list in SharePoint Online Create a custom SharePoint Online list from the modern interface (not classic) and name it โ€˜Audits Listโ€™. It should be configured with the following column names and column types: Site Name Audit Address Audit Date Design Color Configuration Audit Manager Audit Approval -rename the title column to โ€˜Site Nameโ€™ url column Date column Choice: Correct Incorrect Choice: Correct Incorrect Choice: Correct Incorrect People Choice: Approved Rejected
  • 5. Completed Audit List Below is the completed Audits list with one entry for reference. Next we will attach the flow. If visible, select the Flow link. If not visible select it from the ellipsis โ€ฆ
  • 6. 3 ways to get the Flow approvals An approver can be notified/approve via three methods: 1. Via email 2. Via mobile Flow app - http://bit.ly/2jqmcGN 3. Via Approval interface in Flow โ€“ โ€˜Approvalsโ€™
  • 7. Letโ€™s start by creating an approval flow that only uses email for approvals. This flow will email an approval notification (ACTION) to a manager designated in the Audit list when a new item is added to the Audits list (TRIGGER). Based on the โ€˜Approveโ€™ or โ€˜Rejectโ€™, an ACTION will update the approval status in the Audit list. A second email will be sent to the creator of the audit item informing them if it was approved or rejected (CONDITION/ACTION) that also includes a link to the item. Create Audit Approval Email Flow ACTION Send Approval Email TRIGGER When a new item is created FLOW ACTION Send โ€˜Approvedโ€™ Email CONDITION If Yes (Approved), If No (Rejected) ACTION Update Audit Item(set approval) ACTION Send โ€˜Rejectedโ€™ Email ACTION Update Audit Item(set reject)
  • 8. Select โ€˜See your flowsโ€™ to create a blank flow This will navigate to the main landing page for creating and working with flows. Create Audit Approval Email Flow
  • 9. My Flows is where you can create a new flow or view existing flows Select, Create from blank Name it: Audit Site Approval - Email Notification
  • 10. We will need to start with a trigger Select, โ€˜When an item is createdโ€™ or search for that trigger
  • 11. Populate the trigger with: The site and audit list name Select the ellipsis and change the name of the trigger to read, โ€˜When a new audit is createdโ€™
  • 12. Add an action: Select Office 365 Outlook Scroll to the action: โ€˜Office 365 outlook โ€“ Send approval emailโ€™
  • 13. Populate action with dynamic content: To: Subject: Approval Request - User Options: Approve, Reject
  • 14. Select โ€˜Show Advanced Options: Populate the Body input field with text and dynamic content (as displayed) to provide relevant information in the body of the email. Set the importance field to โ€˜Highโ€™
  • 15. Add a Condition: โ€˜is equal toโ€™ โ€˜Approveโ€™
  • 16. Populate the โ€˜If yesโ€™ and โ€˜If noโ€™ Update items in parallel as they contain the same information: Set the Approval Status Value to โ€˜Approvedโ€™ If Yes Set the Approval Status Value to โ€˜Rejectedโ€™ If No
  • 17. Add a new item to the SharePoint Online Audits List Flow will automatically trigger and send the approval email Once Approved or Rejected the Audit list will be updated and the user is re-directed to a Thank you page Final email sent notifying the audit list audit creator the Audit Site was โ€˜Approvedโ€™ and link to the item
  • 18. This flow will use the Microsoft Approval action. This flow will function like the email based workflow but provides a more comprehensive interface to capture approver information such as comments. It will provide alerts and approval actions in the flow mobile app or Flow home site under Approvals Create a new Audit Approval flow with Approvals Connector ACTION โ€“ Approval Connector Send Approval Notification TRIGGER When a new item is created FLOW ACTION Send โ€˜Approvedโ€™ Email CONDITION If Yes (Approved), If No (Rejected) ACTION Update Audit Item(set approval) ACTION Send โ€˜Rejectedโ€™ Email ACTION Update Audit Item(set reject)
  • 19. Navigate to the flow site. The first Audit Site Approval flow โ€“ Email Notification should be visible under, โ€˜My Flowsโ€™. Turn off the flow Flow Site
  • 20. Create a new flow from blank Name it: Audit Approval โ€“ Audit Connector and email Create an Audit Approval flow with the Approvals Connector
  • 21. We can create the Flow using individual parts Or Search for the Trigger: When a new item is created Search for the Action Approvals OR
  • 22. Search existing templates Or Microsoft has already done some of the work Select: Start approval when a new item is added
  • 23. A new interface is presented Or Skip this interface by selecting: Edit in advanced mode You will be directed to the primary flow design canvas
  • 24. Populate the trigger: The site and audit list name Select the ellipsis and change the name of the trigger to read, โ€˜When a new audit is createdโ€™
  • 25. Populate the Approval action with: Assigned to: Complete the other fields as displayed.
  • 26. The Condition input uses response instead of โ€˜selected optionโ€™: These inputs should already be pre-populated and will save us time!
  • 27. Differences with the Approval Action: The image displayed is the โ€˜Yesโ€™ option of the condition. 1. You have access to more dynamic content such โ€˜Commentsโ€™ in the Body field. These comments are captured at the time of the Approve or Reject. 2. You also have access to the โ€˜Approver Nameโ€™ which is useful if you have a group of approvers. 3. You also have access to the โ€˜Responseโ€™ dynamic content which you can add to the subject field instead of hard coding the response
  • 28. All the dynamic content included with Approval Action: Here is the complete list of Dynamic content available with the Approver Action
  • 29. There is one other important difference with the Approval Template: Can you see it?
  • 30. The Approval Template is only configured to Inform the creator of the Audit item via email. This may not be an issue if your use case is to only request approvals and not record the approval outcome. The goal of our Audit list was to record the Approval decision in the Audit list in context with the information.
  • 31. Add the Update Item In order to have the Audit list updated with the approval decision, add the SharePoint action โ€“ Update item โ€˜Inform item creator of approval for both the yes and no conditions before the Inform item creator action. Set the fields as displayed in the purple image. Set โ€˜Approvedโ€™ as the Approved Status Value for the Yes condition and Set โ€˜Rejectedโ€™ as the Approval Status for the No condition.
  • 32. Populate the โ€˜Inform item creator of approvalโ€™ action Complete the fields in the โ€œInform item creator of approval as seen in the image. Your Audit Approval flow is complete! Save your flow: Update flows
  • 33. Add a new item to the Audits List Flow will automatically trigger and send a notification to my phone Once approved or rejected, the โ€˜add commentโ€™ field is available In my example I have added a new item called Content Delivery to the Audit list. Select, confirm and your request is approved Email to creator of Approval Status
  • 34. The Approval can also be approved from the Flow home page Select Approvals, Received requests
  • 35. Primary Benefits of Flow Approvals 1. Flow approvals are triggered and sent incredibly fast! Approval notifications are approximately < 2 seconds after a new a new item is added to a list using the mobile app. 2. Faster testing cycles 3. The approval interfaces are more user friendly and easier to understand compared to SharePoint designer workflows. 4. Flows can be turned on/off on demand easily 5. Flows can be shared with a team of people ensuring business continuity 6. Flows can be exported
  • 36. Business Benefits of Flow Approvals 1. No extra software installed in your environment. 2. Flows offer a layer of transparency not available in other workflow design tools. 3. Flows have a universal architecture and configuration. Flows are easily updatable by multiple service providers on-site and remotely Security, time savings, money savings Group collaboration, knowledge sharing, flow re-use, smaller learning curve Faster business solutions, time savings, money savings
  • 37. Need help or a responsive intranet? https://www.linkedin.com/in/greg-gignac-4026837/