Power Automate Flashcards
Types
1) Automated Cloud Flow
2) Instant Cloud Flow/Button Flow
3) BPF
4) UI /RPA Flow/ Desktop Flow
5) Scheduled Cloud Flow
Features on Power Automate Mobile App
1) Activity Feed
2) Browsing
3) Buttons
4) Managing Flows
Where can I create and administer Power Automate
1) Browser (make.poweraps.com/flow.microsoft.com)
2) Power Automate mobile app
Tasks that can be performed using Power Automate mobile App
1) Turn flows on or off from wherever you are.
2) See when a flow has failed.
3) Review detailed run history reports.
4) View and filter runs by notification type.
SharePoint list as a co-owner of a flow
Can add Microsoft SharePoint lists as co-owners of a flow.
Everyone who has edit access to the list automatically gets edit access to the flow.
After the flow is shared, you can just distribute a link to it.
Restrictions on changes to flows
Any owner of the team flow can contribute connections to a flow. After another person has access to the flow, that person can use any connections in it, but only within the scope of that flow.
The owner can use services in a flow, but they can’t change the credentials for a connection that another owner created.
eg
- John creates a flow that updates items in SharePoint with his account, and he shares the flow with Mary.
- Mary will be able to change the use of SharePoint inside that flow, but not in any of her personal flows. *Likewise, Mary can change the flow so that it uses her SharePoint connection, but John still won’t able to use that new SharePoint connection in any of his flows.
Categories of connections
1) Embedded - are used in the flow.
2) Other- have been defined for the flow, but they aren’t used in it.
Other issues based on limits and caveats
Each account can have up to:
1) 250 flows.
2) 15 custom connectors.
3) 20 connections per application programming interface (API) and 100 connections total.
4) You can install a gateway only in the default environment.
5) Some external connectors, like Twitter, implement connection throttling to control the quality of service. Your flows might fail when throttling is in effect.
Trigger Tokens
- are data points that are known and available to the device that a button flow is running on.
- these can use information like Global Positional System (GPS) data, date information, or email.
For example, if you run a button flow on a phone, the phone probably knows the time at your current location, the date, and your current address. In other words, the time and date, and the address where the phone is located, are all determined when the button flow runs. They’re automatically available for use in any button flows that are run on the device.
Change Tracking
To invoke a flow trigger, the Dynamics 365 customer engagement entity that’s used with the flow must have change tracking turned on
Limitations of trigger-based logic
Triggers like When a record is created, When a record is updated, and When a record is deleted will start your flow within a few minutes after the event occurs. But in rare cases, it might take up to two hours for your flow to be triggered.
When the trigger occurs, the flow receives a notification, but the flow runs on the data that exists when the action runs. For example, if your flow is triggered when a new record is created, and you update the record twice before the flow runs, your flow runs only once with the latest data.
Add Power Automate in Power Apps
1) Go to Action tab and select Power Automate on the toolbar.
Integration of SharePoint with Power Automate
You can create and start flows directly from a SharePoint list, and store and change that data in SharePoint.
Integration of SharePoint with Power Apps
1) From a SharePoint list, select Power Apps on the top toolbar, and then select Create an app.
2) In the Create an app pane, enter a name for your app, and then select Create.
Power Apps is started, and you can finish creating the app.
Connections in Button Flows
1) can either let users use all the connections that the button uses
2) they use their own connections.
* If they use your connections, they can’t access your credentials in your connection.
* They can’t reuse those connections in any other flow.