Data scraping from web page + for each

Hi all,

I have the following web page for which I only want the bot to perform an action (on the webpage) when security role = client team member.

So, I used data scraping to get the it in a datatable, then assigned a filter for security role (which gives me the right amount of lines). But I’m stuck at instructing the bot to click on the last name for each row to then input some data (e.g. country, city, mobile number,…)

Any help appreciated.
Thanks

Hi @yannip,

Have you tried updating your selector using UiExplorer? Click activity should work here

You can also try for click text activity here.

Thanks,
Prankur