Hi Guys,
I have excel like this
and i have to get results like this in for each loop…
1st loop —
2nd loop —
3rd loop —
so according to the column the checkbox to be checked… in every loop…
Please help me on this…
Thanks,
Suresh.
Hi Guys,
I have excel like this
and i have to get results like this in for each loop…
1st loop —
2nd loop —
3rd loop —
so according to the column the checkbox to be checked… in every loop…
Please help me on this…
Thanks,
Suresh.
thanks @AshwinS2…
I am new to uipath can you elaborate it with an example…
xaml file is too helpful…
Thanks,
Suresh.
Use excel application scope activity and give the visible property as checked it opens the file
use send hot key as ctrl+shift+l
use click activity on the fruit of an arrow mark
use click activity forunselecting select all
and use for each row in datatable
based on aaname you can give the value as row(“Fruit”).ToString for click activity inside for each loop
Thanks
Ashwin S