What i can put in type into section and i have a multiple company name

how to extract url , i have a multiple company name , when i search on chrome comapny name and i found first url . so basically how to extract url for multiple company name and write the excel files and what i can put in type into activity bcz i worked on multiple company name .


Hi @UJJVAL_BHAGAT

Use For Each Row in Data Table inside Use Application/Browser activity. And place the activities inside the loop.

In the Type Into pass CurrentRow("column name").ToString column name referes the column name where the company names are present.

Regards