How to scrape Data from a detail page?

Hello Community,

I’m struggling with a webpage that contains conference data from different years on many sites.

Is it possible to loop each year on the drop down menu and then scrape the data from each detail site?

Website: Search Programmes | EERA

Many thanks in advance.

@Rafael_A store all values of drop down in array and use select item activity, if it works.

Otherwise u have to edit the selector.

Thank you for the fast answer. Sadly i dont know how to store alle the values in a array. Is there any tutorial ?

@Rafael_A declare a variable and change the type to string array and in default values give like below

{“value1”,“value2”} so on