Hi i am new in UIPath and i am trying to open let say 5 excel files in a folder and for each folder i want to use data from cell A5 as username and B6 as password to login in a website in chrome.
after login use cell A10 to copy data to chrome, press submit and exit.
after finishing one excel file do the same for rest in folder.
how can i do that?
i used For each File in Folder,
open chrome to page
and I got confused when i reached the part Use Excel File and setting a template file.
instead of opening each file in the folder it opens a new excel and copies empty cells.
i already did this with single excel, with Read per row.
But i need it to use each excel files data for each submission.