Hello, Im trying to extract the data from an website. I have a list of buttons on the website and when i click a button it opens another tab where i need to extract the table. I am useing a for each UI element to click on all the buttons and it works fine. My problem is that i cannot extract the table in the new page or it extracts only the first time.
This is my sequence.
Is there any error you are getting?
If no error, try putting some delay before Extract Table Data
activity. May be the data loading takes some time and before it can get loaded, Extract Table Data
extracting blank data
Hey @Vulcan_Andrei after click activity use extract data table and Inside the Use Excel file use write range activity and for the file name initialize the file name with the count like Sheet1 make a integer variable and initalize it with 1 and inside the for the use assign activity and increase the count with +1 so every time bot extract the data from the website it write in the new sheet.
cheers