Start from a Certain Page

smithmrk

Member
This seems like a silly question, but why does Blue Prism always start from the Main Page?
If I have a process that grabs a bunch of data and puts it into a Collection, and I want to work on that collection on a different page why can't I start my process from that page?

No instead I need to start over and gather up all that information into the collection all over again when I already had it collected.
It seems to me you like your able to set a break point you should be able to set a start point.

Mark
 

bjsrm8

New Member
Hi @smithmrk

Right click on the location you are trying to start from and you will see additional options - including set a breakpoint, and Set Next Stage, where you can start within the middle of a process.
 
Top