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

Resolving authentication errors

One of the most common flow errors is due to an authentication failure. Consider the following error report email:

This error can occur when multifactor authentication is newly enabled for a sign-in or your credentials have changed.

Common authentication error messages include the term Unauthorized or may display an error code of 401 or 403. These error codes generally indicate that the username and password combination is incorrect. If the username and password are correct, a 403 error code may mean that the account you're attempting to use to access a resource does not have the required permissions.

To resolve authentication errors, sign in to Power Automate, edit the flow, and then update the connection settings. On the run history detail page, you may be able to click the View Connections link to update the credentials being used.

In the next section, we'll see how the flow checker can help you identify issues.