Data scraping from wikipidea page

Hi, I’ve got a problem in which I need to extract a table of x no of players and then take another 2 columns from the table for those x players and save them and not take anything else from that table. Afterwards, need to click on each one of the players one by one, go to a different page and scrape 3 information from there and save them in excel. How to approach this problem?

To extract the values you can use data scraping activity. Once you scraped the data use the player name column to loop and within the loop try to pass the player name as a variable to the selector. If you share the selector I can more specify the details