I’m trying to extract table data from a pdf of a presentation and output it to Excel. I managed to do that for one of the pages using Use Application activity for Adobe acrobat reader, and I also added a click activity to press the arrow button to go to the next slide. The automation is successfully looping through pages but not actually capturing new content from each page so I end up with 5 rows with identical data in the excel. What can I do so that when it goes to the new page, it extracts data table from the new page?