Difference between revisions of "Cloud flows"

From Power Wiki
Jump to navigation Jump to search
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Infobox features
 
{{Infobox features
 
|title = Cloud flows  
 
|title = Cloud flows  
|usecases = Set up automation using different [[connectors]], exchange info with different services, business logic for [[Power Apps]]
+
|usecases = Set up automation using different [[connectors]], exchange info with different services, business logic for [[Power Apps]]  
|msdocs = [https://docs.microsoft.com/en-us/power-automate/overview-cloud Cloud flows overview]
+
|publicpreview = N/A
 +
|generalavailability = N/A
 +
|msdocs = [https://docs.microsoft.com/en-us/power-automate/overview-cloud/?WT.mc_id=DX-MVP-5003780 Cloud flows overview]
 +
|mslearn = N/A
 +
|cssClasses = PowerAutomate
 
}}
 
}}
  
 
There are three types of flows within [[Power Automate]], cloud flow is one and the others are [[desktop flows]] and [[business process flows]].
 
There are three types of flows within [[Power Automate]], cloud flow is one and the others are [[desktop flows]] and [[business process flows]].
 
Cloud flows is what we used to know as Microsoft Flow, the traditional flow that we can use to set up different kinds of automation. Connect to different data source with the help of one of the existing [[connectors]] or create your own [[custom connector]].
 
Cloud flows is what we used to know as Microsoft Flow, the traditional flow that we can use to set up different kinds of automation. Connect to different data source with the help of one of the existing [[connectors]] or create your own [[custom connector]].
 +
 +
You can create cloud flows from within [https://make.powerapps.com Maker Portal], where you can work in [[Solutions]] in order to be able to create your flows in a development environment and then move it to a test and a production environment. You can view and monitor your cloud flows in the [https://flow.microsoft.com Flow Portal].
  
 
== Community Resources ==  
 
== Community Resources ==  
 
=== Articles ===  
 
=== Articles ===  
 
* [https://jonasr.app/2020/12/top-parent/ Use Power Automate to maintain Top Parent Account in account hierarchies] by Jonas Rapp
 
* [https://jonasr.app/2020/12/top-parent/ Use Power Automate to maintain Top Parent Account in account hierarchies] by Jonas Rapp
 +
* [https://crmtipoftheday.com/1362/trigger-power-automate-on-associate-disassociate/ Tip #1362: Trigger Power Automate on Associate / Disassociate] by George Doubinski/CRM Tip of the Day
  
 
=== Sample Cloud flows ===  
 
=== Sample Cloud flows ===  
 
* [https://github.com/rappen/Sharing/tree/main/TopParent Use Power Automate to maintain Top Parent Account in an account hierarchy] by Jonas Rapp
 
* [https://github.com/rappen/Sharing/tree/main/TopParent Use Power Automate to maintain Top Parent Account in an account hierarchy] by Jonas Rapp
 +
 +
[[Category:Maker]]

Revision as of 14:09, 12 February 2021

Cloud flows
Use Cases Set up automation using different connectors, exchange info with different services, business logic for Power Apps
Public preview N/A
General availability N/A
MS Docs Cloud flows overview
MS Learn N/A

There are three types of flows within Power Automate, cloud flow is one and the others are desktop flows and business process flows. Cloud flows is what we used to know as Microsoft Flow, the traditional flow that we can use to set up different kinds of automation. Connect to different data source with the help of one of the existing connectors or create your own custom connector.

You can create cloud flows from within Maker Portal, where you can work in Solutions in order to be able to create your flows in a development environment and then move it to a test and a production environment. You can view and monitor your cloud flows in the Flow Portal.

Community Resources

Articles

Sample Cloud flows