Dispatcher - where to update transactionitem / pagenumber

Hello!

Working on Advanced RPA training, on the Dispatcher. When I test run, It only scrapes the first page, it does not update the pagenumber. I can’t find the information in the instructions. Not sure were to do it, perhaps I should invoke SetTransactionStatus after the Process has been invoked in main?

Any ideas?

Hi @bmildh
You dont need to set transaction status. If you are using the ReFramwork it will do that for you.
When scraping the pages, find the part that could be a variable. And change that into what variable that could be. So the selector for the next page should be variable.
I think the solution is already in a part of the tutorials up to lvl 3. It should be in your mind somewhere :slight_smile: