Power Platform Automation tools

Sending
User Review
0 (0 votes)
Hi Everyone,

Today i am going how the power platform automation can be achieved.

As you all know the Power Platform is built on the Common Data Service.

The automation can be done using the

  1. Business Process Flows
  2. Business Rules
  3. Workflows using the classic Common Data Service for Apps workflow engine
  4. Workflows using Microsoft Flow
Business Process Flow: Much like the Classic Web App of the Dynamics 365 first party apps. you can drag and drop the steps and stages according to the business scenario on the Business Process Flow App designer.
Business Rules: Business Rules work on client side and server side of the application, you can use the business rules.

Business rules are built using conditions and actions. The following can be accomplished with business rules:
  • Set field values
  • Clear field values
  • Set field requirement levels
  • Show or hide fields
  • Enable or disable fields
  • Validate data and show error messages
  • Create business recommendations based on business intelligence.
Classic Workflows: Dynamics 365 Customer Engagement Applications  use the workflow for back ground or real time workflow.
 You can see some of the actions below:
  • Create record
  • Update record
  • Assign record
  • Send email
  • Start child workflow
  • Change status
  • Stop workflow
Microsoft Flow: Microsoft Flow is used to connect the third party app with the Common Data Service Connectors, there are around 200 connectors available for the flow.
The main types of flows are:
Business process
So based on the above four workflows  the power platform automation can be achieved.
I hope this helps