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 / Loop - HELP (Loop in t...
Power Automate
Answered

Loop - HELP (Loop in the Loop)

(0) ShareShare
ReportReport
Posted on by 6

Hello, 
I'm building a flow and I use a loop in it, but I need to change the loop on certain cycle, for example on the 20th cycle of the main loop to go to another loop which is in the main loop, when the second loop has finished to continue with the main loop until the 20th time come again. 
Can somebody help me with it this issue?  

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

    Set Variable %LoopCounter% = 0

    Loop (Main)

        Set Variable %LoopCounter% = %LoopCounter + 1%

        If %LoopCounter% = 20

            Loop(Sub)

            End (Loop - Sub)

            Set %LoopCounter% = 0 'we are resetting it back to 0, so it has to get to 20 again to activate the subloop.

        End (IF)

    End(Loop-Main)

     

    Good luck!

  • DACh Profile Picture
    6 on at


    Thank you very much!


    It worked, just like I wanted! 

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 July 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 2

#2
trice602 Profile Picture

trice602 160 Super User 2026 Season 2

#3
11manish Profile Picture

11manish 142 Super User 2026 Season 2

Last 30 days Overall leaderboard