web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Running parallel 2 or ...
Power Automate
Unanswered

Running parallel 2 or more subflows

(0) ShareShare
ReportReport
Posted on by

I have this flow.  Processes "b", "c" and "d" waiting for the process "a" to end, I use "Wait for process". 

I need that process "e" will star after the process "c" end, process "f" will star after the process "d" end.

How can I do it? If I use "Wait for process", "e" and "f" will wait together.

task.JPG

I have the same question (0)
  • MichaelAnnis Profile Picture
    5,727 Moderator on at

    I posted the following on your other post.  You can use the same logic among all dependencies.  Just set each one to it's own environment variable and make sure all conditions are TRUE before running the next process:

     

    To see if a process is done running, I would use environment variables:

     

    For the prerequisite PAD:

    • Set Environment Variable %PrerequisiteProcess% to 'Running'
    • Run Process #Have an OnError Block over the entire process pointed to an Error flow that results in "Set Environment Variable %PrerequisiteProcess% to 'Error'
    • Set Environment Variable %PrerequisiteProcess% to 'Completed'

     

    On dependent process:

    • Label:  Check_Process_Status
    • %Get Environment Variable %PrerequistieProcess%
    • Switch %Prerequisite Process%
      • Case 'Never_Ran'
        • Run Flow_PrequisiteProcess
        • Wait 60
        • Go to Label Check_Process_Status
      • Case 'Running'
        • Wait 60 (or however long you want to wait before attempting to see the status again)
        • Go To Label: Check_Process_Status
      • Case 'Completed'
        • #Continue

     

    Best of Luck!

  • SergeyL Profile Picture
    6 on at

    @MichaelAnnis Could you add screenshots to your answer? It is not quite possible to do what you described. Thanks for the idea!

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 248 Super User 2026 Season 1

#2
11manish Profile Picture

11manish 204

#3
Haque Profile Picture

Haque 179

Last 30 days Overall leaderboard