Generate Yearly Report Question - Data Scraping First Page

Hello,

I have been working on the Dispatcher for the Generate Yearly Report Assignment and I can get it to scrape pages, assign queue items, and navigate to the next page; however, I can’t seem to understand how it can data scrape the first page.

If my transaction number is “1” the Element Exists activity in Get Transaction Data will return False since the first page is already selected (does not meet the selector requirement for the button tag). This in turn makes my out_TransactionItem=Nothing, ending the process.

Now if Transaction Number starts at “2” it will return Element Exists as True and move on to the Process phase but will select page 2 before data scraping the first page.

I keep going over the Walkthrough but cannot seem to figure out when/how the first page is supposed to be scraped.

Any advice?

Thanks,
Walker