Sevinc
(Sevinc)
1
Hello dear community,
i´m a absolute beginner and this is my first post in this Community.
Does anybody know how i copy cells, one by one and search for them one by one on a website?
My workflow is very simpel :
- copy from Excel A1 ( A1 is a number) and go to the website.
- locate search button, paste the number in it, click the search button
- upload the pdf/excel data from D drive D://…/.
- go to the next cell A2 in excel do this job again.
BR,Sevinc
Hello!
Welcome to Uipath Community
I suggest you to join our Uipath Academy and take the Foundation Course to understand Uipath’s World. It’s free and you also can obtain a Certificate
Anyway, Here’s some activities that will help you to begin:
Open Browser: Use to open a Web browser and navigate to a specific link
Read Range: Use to read the Excel file and store all the data on a DataTable variable.
For Each Row: Use to iterate through all the rows from the DataTable
https://activities.uipath.com/docs/for-each-row
Type Into: Use to type something on somewhere
Hope it helps!
Good Luck on your Robot journey!
Regards,
2 Likes