You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/English/PowerPlatform/Get users who create most flows.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,43 +9,41 @@ show_sidebar: false
9
9
10
10
## Introduction
11
11
12
-
13
-
Managing your flows using PnP is fabulously easy. Faster to code than CSOM, more options than classic SharePoint Online Management Shell. Using PnP you can easily retrieve users who are creating flows and extract data statistics.
12
+
Using PnP you can easily retrieve users who are creating flows and extract data statistics. That allows you to get the most prolific Power Automate creators who created the most flows.
14
13
15
14
16
15
17
16
## Get Flow Properties
18
17
19
-
First, retrieve properties of the flow. Remember to use -AsAdmin switch. Otherwise you will get only your own flows.
18
+
First, in order to see who created a flow, retrieve properties of the flow. Remember to use -AsAdmin switch. Otherwise you will get only your own flows.
0 commit comments