I’d like to know if it is possible to things on UIpath community before diving in:
-
read a excel\csv table (only 1 column with more than 100 rows)
-
Create loop for each row in the table
-
inside each loop move the mouse and click on certain space
-
fill the space with the data from column
-
move mouse once again and click
-
restart loop until done.
Is this possbile on Uipath free version?
ppr
(Peter Preuss)
2
@Artur_Dutra_Araujo
welcome to the forum
yes, should be doable:
read range activity
for each row activity
click activity
type into activity
For a first learning / introduction feel free to check out the courses offeren on the UiPath Academy for free
1 Like
Hi
Welcome to UiPath forum
Let’s go one by one
Yes we can use excel based activities and csv activities to read xlsx and csv files
- This can be fine with for each row activity
- These two steps can be done with TYPE INTO activity where mention like this
CurrentRow(“yourcolumnname”).ToString
Make sure you have kept the type into inside the loop
- This will be done automatically
Cheers @Artur_Dutra_Araujo
1 Like
system
(system)
Closed
4
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.