you can achieve this with TABLE EXTRACTION and FOR EACH LOOP activity
first with TABLE EXTRACTION try to get the URL of all the links you have in a datatble
now use a FOR EACH ROW IN DATATABLE activity and pass that datatable and inside the loop use USE BROWSER activity and pass the row item as input which is a URL
inside the browser scope you can perform automation you want
table extraction is to prepare datatable from a webpage or any application with grid data structure
may i know why you would like to add data to it @geetanjali.nerlekar
yes but browser activity doesnt work in my case…
because
i tried using open browser and set type Chrome…
in the URL i passed currentrow item…
but bot doesnt open that link from that page itself…
and chrome throws error
but when we enter code and hit search, below that only i get 52 results…
below that 52 results, i have to click each link and open…
so browser activity doesnt help here, it is directly trying to open the CurrentItem, but i have to open it from the page that i entered code and got results