Book Image

Workflow Automation with Microsoft Power Automate

By : Aaron Guilmette
Book Image

Workflow Automation with Microsoft Power Automate

By: Aaron Guilmette

Overview of this book

Microsoft Power Automate is a workflow automation solution included in Microsoft 365. This book explores the core concepts of workflow automation, such as working with connectors, triggers, and actions, along with their practical implementation in automating business tasks and simplifying digital processes to boost enterprise productivity.
Table of Contents (22 chapters)
1
Section 1 - What is Power Automate?
3
Section 2 - Basic Flow Concepts
10
Section 3 - Intermediate Flow Concepts
18
Section 4 - Administering the Power Automate Environment
Working with Conditions

In Chapter 6, Generating Push Notifications, you were introduced to the concept of conditions. Conditions can be used to evaluate parameters and data inside a flow to inform a decision. Conditions are an important part of building more complex flows.

Conditions, as you'll see in this chapter, can be used to expand the capability of flows or potentially combine multiple single flows into a larger, more robust flow. In this chapter, we're going to expand your understanding of conditions with the following topics:

  • Understanding condition operators
  • Using expressions and multiple conditions

This chapter will give you the opportunity to see how conditions can fine-tune your flows.

Let's go!