Sharing, ownership, and going to production
Intermediate Power Automate
Dani Kahil
Solution Architect | Microsoft MVP
Owners and run-only users
Owners
- can edit the flow and its connections
Run-only users
- can trigger it but not modify
Run-only inherits the
flow's
connection auth
Single ownership is a continuity risk
Single owner leaves → connections invalidate → flow fails
· 
Co-ownership = continuity insurance
Connections are user-scoped
Each connector authenticates as
one specific user
Co-owners can swap a connection for their own
Service accounts are the production-grade option
Environment promotion: Dev, Test, Prod
Dev
- build and break things freely
Test
- user acceptance against realistic data
Prod
- live users, live runs, change-controlled
Solutions: the production wrapper
A
Solution
is a container of related components
Connection references decouple connections from the flow
Environment variables decouple URLs and IDs from the flow
Let's practice!
Intermediate Power Automate
Preparing Video For Download...