cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
gabialemoya
Regular Visitor

List all the desktop flows

I need to list all the desktop flows available so I can choose to run one by its name. I can't find the way to list all of them, I tried using the action List my flows from Power Automate Management but it only list a few of my online flows and I didn't find another action that helps me with it. I wanted to know first if it's possible to do what I'm trying to do and then what would be the actions to use, and if I need to have a permission or an especific plan to use them. Thanks 🙂 

1 REPLY 1
Expiscornovus
Super User
Super User

Hi @gabialemoya,

 

You could use the Power Automate Web API and list the flows. Filter on category eq 6, which should be a desktop flow:

https://docs.microsoft.com/en-us/power-automate/web-api#list-flows

 

Below is an example which extracts all desktop flows of one specific environment.

 

@{variables('OrgUrl')}/api/data/v9.1/workflows?$filter=category eq 6&$select=name,createdon,type,uiflowtype,_ownerid_value,category,statecode,statuscode

 

listdesktopflows.png

 

 



Happy to help out! 🙂

Interested in more #PowerAutomate #SharePointOnline or #PowerVirtualAgents content?
Visit my blog, Subscribe to my YouTube channel or Follow me on Twitter


Helpful resources

Announcements
Power Automate News & Announcements

Power Automate News & Announcements

Keep up to date with current events and community announcements in the Power Automate community.

Community Calls Conversations

Community Calls Conversations

A great place where you can stay up to date with community calls and interact with the speakers.

Power Automate Community Blog

Power Automate Community Blog

Check out the latest Community Blog from the community!

Users online (2,578)