Hello,
I would like to make a flow that will list me all flows in env.
There's an action "List Flows as Admin", but it only returns top 250 flows.
Any idea how to achieve that?
Thanks,
Marek
Solved! Go to Solution.
Hi @marekbuban ,
The default return number of action List Flows as Admin is 250.
However, you could enable Pagination under settings to handle more records than are returned in a single call from a service.
I have made a test likes below and it returns all the flows under the selected environment.
More details about Pagination for your reference at here:
https://flow.microsoft.com/en-us/blog/four-connector-action-settings/
Best regards,
Mabel
Hi @marekbuban you might want to explore https://github.com/microsoft/powerapps-tools/tree/master/Administration which apparently does what you want although as I'm not a tenant admin I can't try it.
Rob
Los Gallardos
If I've answered your question or solved your problem, please mark this question as answered. This helps others who have the same question find a solution quickly via the forum search. If you liked my response, please consider giving it a thumbs up. Thanks.
Thanks @RobElliott for your answer, but I'm also not a tenant admin. I could use PowerShell, but I need to run it on regular basis automatically with no deployment possibilities. I noticed PowerApps connector has additional SkipToken parameter which can be used for "pagging" like solution, it's a shame Flow connector doesn't has it too.
Hi @marekbuban ,
The default return number of action List Flows as Admin is 250.
However, you could enable Pagination under settings to handle more records than are returned in a single call from a service.
I have made a test likes below and it returns all the flows under the selected environment.
More details about Pagination for your reference at here:
https://flow.microsoft.com/en-us/blog/four-connector-action-settings/
Best regards,
Mabel
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
88 | |
57 | |
40 | |
37 | |
29 |
User | Count |
---|---|
73 | |
66 | |
50 | |
47 | |
43 |