Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Power Apps Pro Dev & ISV
Unanswered

Is there a way to list the flowNames (ObjectIds) of all the flows in a solution?

(0) ShareShare
ReportReport
Posted on by 616

 

Hi

 

 

I have written the PowerShell script to enable flows in an environment for a given user.  However, I think it would be better to enable only a subset of flows say for a single solution. 

$env = "Development" 
write-host $env
# get the environment Id 
$envName = (Get-PowerAppEnvironment -Filter *$env*).EnvironmentName
write-host $envName

$deployedFlows = Get-AdminFlow -EnvironmentName $envName -CreatedBy $userId

Get-AdminFlow seems not to show solution aware details?

 

 

 

  • cchannon Profile Picture
    4,702 Super User 2025 Season 1 on at
    Re: Is there a way to list the flowNames (ObjectIds) of all the flows in a solution?

    It might seem a bit inelegant, but the extracted solution zip does contain a folder called Workflows and all Power Automate Flows show up in there as JSON files, with the name of the file being {flowname}-{flowid}

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Power Apps Pro Dev & ISV

#1
WarrenBelz Profile Picture

WarrenBelz 55 Most Valuable Professional

#2
mmbr1606 Profile Picture

mmbr1606 42 Super User 2025 Season 1

#3
Michael E. Gernaey Profile Picture

Michael E. Gernaey 31 Super User 2025 Season 1

Overall leaderboard