Web Data Scraping - Dynamic Seletor

Hi Community,

Can you please suggest how to set up the dynamic selector so to use a variable to loop through
all the datarow(FlightDate) from Excel to scrape flight time and flight price information.

Attached with target selector and workflow screenshot FYI.

Thank you!


Doria

If I understand you want to get the info of all timings and thens scrap the price?
Open browser-> Assuming the dates are in the excel for each date in excel will be your selector → scrap the price would be a fixed selector and update the col “Price” with the date in excel?

Your code looks like you are on the right track, are you having issues filtering out the price data from the extract data table activity?