Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Workflow Automation with Microsoft Power Automate

You're reading from   Workflow Automation with Microsoft Power Automate Achieve digital transformation through business automation with minimal coding

Arrow left icon
Product type Paperback
Published in Sep 2020
Publisher Packt
ISBN-13 9781839213793
Length 302 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Aaron Guilmette Aaron Guilmette
Author Profile Icon Aaron Guilmette
Aaron Guilmette
Arrow right icon
View More author details
Toc

Table of Contents (22) Chapters Close

Preface 1. Section 1 - What is Power Automate?
2. Introducing Power Automate FREE CHAPTER 3. Section 2 - Basic Flow Concepts
4. Getting Started with Power Automate 5. Working with Email 6. Copying Files 7. Creating Button Flows 8. Generating Push Notifications 9. Working with Team Flows 10. Section 3 - Intermediate Flow Concepts
11. Working with Conditions 12. Getting Started with Approvals 13. Working with Multiple Approvals 14. Posting Approvals to Teams 15. Using a Database 16. Working with Microsoft Forms 17. Accepting User Input 18. Section 4 - Administering the Power Automate Environment
19. Exporting, Importing, and Distributing Flows 20. Monitoring and Troubleshooting Flows 21. Other Books You May Enjoy

Exploring further options

For long-running approval processes or approval processes involving multiple users and approval steps, you may want to send periodic email reminders to users. One way to do this is by populating variables at each approval stage and checking whether they're complete using a parallel approval branch. You'll do this with five components:

  • The Initialize variable action will be used to configure a variable (such as FirstApprovalDone) that you'll check throughout the approval. The variable will be initialized to false, and then only set to true once that approver approves the request.
  • The Do until control will be used to create a loop that periodically checks to see whether the variable (FirstApprovalDone, in the example) has changed from false to true.
  • The Delay action will allow you to delay the sending of the email by some period of time (to give the approver a chance to respond before getting a notification).
  • The Send an email action that will send...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime