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 Automate
Suggested Answer

Foreach loops

(0) ShareShare
ReportReport
Posted on by
Having issues with a nested foreach loop.  I want to iterate through a list of answers and write that to specific bookmark locations in a word document.  I can write to the correct locations but the loop just continues forever.  I tried inserting an if statement to exit the loop if the index is at the end but it still loops forever.
 
Attached is an image of my loop with a nested foreach loop.  I tried two foreach loops and still not working. 
 
Any thoughts?
Screenshot 2025-03-26 084641.png
I have the same question (0)
  • Suggested answer
    eetuRobo Profile Picture
    4,484 Super User 2026 Season 1 on at
    Hello,

    How long is your Answers list/datatable? That might make it go on too long since for every LoopIndex it will loop through all the answer. So for every bookmark it will insert all the answers.

    I think the problem is that your for each loop will always overwrite the bookmark Q%LoopIndex%. So every bookmark will have the last item in %Answers% list.

    Do you want to insert one answer per bookmark? If so I would just remove the outer Loop and add BookmarkIndex variable that you increase every for each loop. Then have condition that if %BookmarkIndex% is greater than 24 exit the loop.

    Like so:

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 557

#2
Valantis Profile Picture

Valantis 328

#3
David_MA Profile Picture

David_MA 264 Super User 2026 Season 1

Last 30 days Overall leaderboard