How to scrape data in uipath using for each activity

Main.xlsx (9.6 KB)

Attached is for your reference.

1.READ CSV (FILE CONTAIN PLAYERS NAME)
2.OPEN BROWSER (GOES TO THE SITE) (“EA SPORTS™ FIFA 23 - Official Site”)
3. FOR EACH (EACH ROW IN EXCEL CSV)
4. TYPE INTO (SEARCH PAGE AND ENTER)
5. DATA SCRAPING (SCRAPE PLAYER CARD RATING)
6. WRITE INTO CSV
7. CSV CONTAINED ALL THE PLAYER’S RATING ( IM STUCKED ON THIS STEP)

This is where im stuck, i can only get the data based on the last player in the excel instead of all player’s data.

Is there any advice on this? Cause currently i had stucked for months.

based on my assumption i feel that i need variable for each player in order to scrape all the data for each individual player.

@jackyWHJ share the xaml file , xlsx file would be very confusing

Main.xaml (32.3 KB)

File attached for ur reference

SO NO ONE KNOWS HOW TO DO IT?

Hi @jackyWHJ
Please check the attached workflow and see if that helps you.

I have scrapped google search results as I didnt have access to the url you mentioned in my office
Thanks,
Kunal

PlayerNames.xlsx (13.1 KB)
FifaRanking.xaml (26.0 KB)

Hi, thanks for the reply.
i have tested the file , i realize that the first player’s information which is messi didn’t scrape out.