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 / How to partial run a f...
Power Automate
Answered

How to partial run a flow for testing

(0) ShareShare
ReportReport
Posted on by 148

@wskinnermctc 

 

If I have a flow with 10 steps , is it possible to to test run the flow for only the first 7 steps without deleting last 3 steps;

 

For example, I can do this in a javascript. How can I do the same in PA?

 

/*starting dataset*/
const data = [1,2,3,4,5];

/*mutate the same dataset by multiplying each element by 2*/
const stepOne = data.map((d,i,r)=>r[i]=d*2);

/*get rid of the last element from the mutated dataset*/
/*const stepTwo = data.splice(-1,1);*/

console.log(data); /*returns [2, 4, 6, 8, 10] since stepTwo is commented out, js execution happens till stepOne*/
console.log(data); /* if stepTwo was not commented out it would have returned [2, 4, 6, 8]*/

 

 

Thank you in advance

 

Categories:
I have the same question (0)
  • Verified answer
    VictorIvanidze Profile Picture
    13,081 on at

    Insert Terminate action after 7th step.

  • smpa01 Profile Picture
    148 on at

    Thanks; but from where @VictorIvanidze 

     

    smpa01_0-1707315806584.png

     

  • VictorIvanidze Profile Picture
    13,081 on at

    Click "Add an action", then select "Control", then select "Terminate".

  • smpa01 Profile Picture
    148 on at

    @VictorIvanidzeThanks worked !!!

     

     

     

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 550

#2
Valantis Profile Picture

Valantis 390

#3
11manish Profile Picture

11manish 348

Last 30 days Overall leaderboard