How to build an automated solution
Power Automate is an online workflow service that automates actions across the most common apps and services. For example, you can create a flow that adds a lead to Microsoft Dynamics 365 and a record in MailChimp whenever someone with more than 100 followers tweets about your company. Microsoft Power Automate is all about process automation. Power Automate allows anyone with knowledge of the business process to create repeatable flows that when triggered leap into action and perform the process for them.
Important concepts in Microsoft Power Automate
Keep these concepts in mind when building flows:
Every flow has two main parts: a trigger, and one or more actions.
You can think of the trigger as the starting action for the flow. The trigger can be something like a new email arriving in your inbox or a new item being added to a SharePoint list.
Actions are what you want to happen when a trigger is invoked. For example, the new email trigger will start the action of creating a new file on OneDrive for Business. Other examples of actions include sending an email, posting a tweet, and starting an approval.
Some examples of types of actions you can have in a flow include:
Loops – Runs an action until conditions are met to move to the next step of the flow
Switch – Identifies a single case to execute based on the evaluation of input
Do Until – Executes a block of actions until a specified condition evaluates to true
Apply to each – Executes a block of actions for each item in the input array
Expressions – underlying definition that describes the actual logic that runs in your flow that can be manually written
You can also perform data operations in your flow, such as Compose, Create CSV table, Join, or Select. These concepts will come into play later when you build your own flows from scratch.
Trigger or run the flow
Create a flow from a template
With the hundreds of triggers, actions and connectors, sometimes the hardest part about Power Automate can be figuring out where to get started. To help you get started, there are countless flow templates available to help you build a solution. To see all of the available templates, you can sign into Power Automate and select Templates from the left-hand menu.
From here, you can search by a specific word or phrase like "Dataverse" or you can browse based on category.
If you click on a specific template, you will see details about the template including the data sources it will connect to.
Create an approval request flow
Comments
Post a Comment