Power Automate (aka. Flow)¶
Support¶
Video¶
API¶
Connectors¶
- What you should know about building Microsoft Flow connectors
- Working with Custom Connectors in Power Platform for beginners
Limits¶
- Limits and configuration in Power Automate
- Power Automate and Flow Connector limits
- Microsoft Flow – The hidden gems, are you aware of all of these
- Microsoft Flow – This is the limit!
Admin Security¶
Export / Import Flows¶
Samples¶
- Power Automate Cookbook
- https://github.com/johnnliu/flow
- Demo - Using Microsoft Flow to send monthly emails
- http://johnliu.net/blog/2018/4/run-any-pnp-powershell-in-one-azurefunction-from-microsoft-flow
- Calling Microsoft Flow from a site script
- Automating New User Account On-boarding Using SharePoint Online, Flow, and PowerApps
- control office365 group creation
- Building interactive feedback analysis system with MS Forms, MS Flow, Power BI and SharePoint Online
- RUN A FLOW AS PART OF A SHAREPOINT SITE DESIGN
- Creating a Formatted Identifier in Flow
- Disable event firing when flow updates
- How to add text to any part of a SharePoint Page using Power Automate
- Send email reminders from Microsoft Lists using Power Automate
Copy / Move Documents¶
- A modern “transfer to another location” in office 365
- Generate Word documents from a template using Power Automate
Error Messages¶
JSON in Flow¶
Disable Flow¶
Connect-PnPOnline -Url https://<teantUrl>/sites/<name>
# disable
Set-PnPSite -DisableFlows:$true
# enable
Set-PnPSite -DisableFlows:$false