I may be able to do this either by a wait or running in debug mode with a breakpoint.
Let me give you a possible scenario: I have situations in which I may need to review a list of Site Pages (50-100). If I detect an edit is incorrect, I may have to perform an edit. After performing the edit or edits, I want the loop to continue with the next Site Page. I'd like this to be as "User Friendly" as possible.
I'll try it.
Thanks
yeah, so all i wrote is still valid
1. Run your flow
2. Flow does this "flow that does some web part editing in SharePoint. There are specific routine tasks that need to be performed (such as putting the web page in edit mode, putting the web part itself in edit mode, choosing some of the dropdowns that are constant and filling in, and publishing the page.)"
3. As soon as tasks from point 2 are complete, flow displays message boxes (or better custom form) with information: "Perform manual tasks and hit continue" or something along the line, you can even add dropdown with next task flow needs to do once you hit continue
4. When you hit continue, flow goes to next page in a loop
Thank-you, but this isn't exactly what I meant. Let me run through my logic:
I have a flow that does some web part editing in SharePoint. There are specific routine tasks that need to be performed (such as putting the web page in edit mode, putting the web part itself in edit mode, choosing some of the dropdowns that are constant and filling in, and publishing the page.)
Other tasks may be variable, such as adding some custom text or updating a dropdown specific to the page. I want the flow to do the routine actions --excluding Publish or Republish, and then stop and let me do my actions when I finish, I would like it to publish or republish the page and continue in a loop of pages.
Yes, depending on the scenario you can add message box with prompt such as "error identified - update item and press OK"
So flow could look like:
1. Start flow
2. Enter loop
3. Do whatever you do in loop, and add condition for the occasions where flow identifies error in the current item
4. if error is identify - show message box and wait for user to close/confirm he did manual edit
5. after message box is closed - continue flow
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2