5. Demonstrate the business value of Power Automate Flashcards
Identify Flow Types
Event Driven: Build with a trigger and then one or more actions
Business Process Flows: Built to augment the experience when using Model-driven apps and the Common Data Service
UI Flows: These robotic process automation (RPA) flows allow you to record yourself performing actions on your desktop or within a web browser
Describe use cases for and available templates
Templates are great for getting started and support being customized. So you can take a template and extend it to meet your business needs.
Describe Connectors
Connectors provide access to your data. There are currently over 200+ public connectors. Examples include: Office 365, Common Data Service, Twitter, Dropbox and more. Power Automate also allows you to create custom connectors, letting you talk to any data source via a swagger file.
Describe Triggers
Power Automate flows are built with triggers and actions. Triggers determine what starts the flows, while actions determine what happens. There are three different types:
When something changes
On a schedule
On a button press
Describe Conditions
Specify that a flow performs one or more tasks only if a condition is true. For example, specify that you’ll get an email only if a tweet that contains a keyword is retweeted at least 10 times.
Describe Expressions
Used in Condtions to compare values. Expressions include:
And
Or
Equals
Less
Greater
Empty
Not
If
Describe Approvals
To create an approval workflow, add the Approvals - Start an approval action to any flow. After you add this action, your flow can manage the approval of documents or processes. Approvers can respond to requests from their email inbox, the approvals center on the Power Automate website, or the Power Automate app.
Describe a Business Process Flow
Business process flows are used to guide a user through the steps of your business process when working with Model-driven apps and the Common Data Service. See link for a tutorial on how to create a Business Process Flow.
Implement a Power Automate template
NA
Describe how to modify a flow
NA
Describe how to run a flow
With Power Automate, you don’t think of running a flow the same way as you do with Power Apps. Instead, you perform the activity that triggers the flow to run.
Describe how to export to logic apps
Now that you have built a flow you can also export the flow. When exporting a flow, you can either export to a package or a Logic Apps template. When you export to a Logic Apps template then you can go to Azure Logic Apps and import the template.