Hello everyone, I need help with dynamic table extraction. Here is some context in what I would like to achieve in my automation:
Create a loop to search for multiple keywords in a website search bar and extract the data.
- Read For Each Excel Row in a data sheet (each cell contains keywords to be searched)
- Input keyword (variable name: keyword) in search bar and table extraction executes to extract every available data
- Extracted table will be inputted in excel sheets with (keyword) as name; macros will run to do some data cleaning
- Repeat steps 1-3 until last data row
I have created the loop and all the macros are ready. I am having problems having Table Extraction to work dynamically, do I need to make some changes to the Table Extraction properties? and if so what is it?