Did you try with the extract table data activity? it will allow you to select the button to move to the next page, this activity will retrieve all the pages in the same datatable
For example, I have a list of projects (in web). In each project folder, i need to check the list of documents uploaded. So how do i loop and locate the table element in each project folder and retrieve the text of the document for validation. I have Project 1, 2 , 3 and so onâŚ
You can use âRead PDF Textâ activity from UiPath.PDF.Activities package.
You will get all pages table data as text on which you can use regex for getting table rows.
I was able to extract the list of files and their name, my problem now is how to use the same piece of code to check for files in multiple project folder (sharepoint)
You have to switch the Studio to Modern Design Experience there you will find âData Scrapping Wizardâ which is used Extract Values for all the Pages. When you use that it will ask you if you want to extract data from the Multiple pages or not. If yes it will ask to navigate the âNextâ button for extracting data from multiple pages.