I am new to UI Path and just got stuck in a situation. I want to search all value which exist in a particular excel column one after the other on a particular web page and then extract the information which is needed back into a excel and merge a complete data of the results for all search criteria.
If you can show by image illustrations then it would be great.
First use Read range and read the Excel and give output as datatable1
then use the For each row activity and give datatable1 and inside body
Attach the web page and use type into (give item(“column name”).tostring) and click on search. use get text or data scrapping based on need. and write it excel back
1.Use Excel Application Scope activity and read range to read the excel and keep in one datatable
2.Then iterate that datatable using for each row activity
3.now you can filter any column from that datatable like row(0).toString which means your first column
4. inside for each row you can use open browser an use type into and pass row(0).toString as variable to it
5.now you can use getText activity to get the data from your browser
6.write all the output varible to your excel