Login Web page through Loop

Hi All,

I am new in Uipath, want to login web page via while loop have login & password details in Excel file.

you can use read range of excel and store details in datatable. Pass the values in open browser using type into activities. use for each activity to loop thru all excel records.
hope this helps.

Thanks for the update,
Can you share any xaml file for reference the same.

Hi @krajay07,

Pls find the attached solution.Let me know if you have any issues.

@You can pass your excel folder path.I am giving some dummy example.

Forum.zip (22.2 KB)

Regards,
Omkar P

1 Like

Hi @Paluri

Thank you very much,
I have designed it successfully.

Hi @Paluri,

Can you please help me in moving these files from download folder to any other destination?

Hi @krajay07,

Pls try below activity.Let me know if you have any issues.
image

if you are moving specif files only like .xlsx
image

Regards,
Omkar P

1 Like

Hi Paluri,

I need only begin with “UETTR*”.xls files to move the different folder.

Regards,

Hi @krajay07,

Pls find the solution.Let me know if you have any issues.

MoveFiles.zip (30.0 KB)

@Change your file extenstion like *.xls and change your source and destination path.

Regards,
Omkar P

Hi Paluri,

Thanks Its moving file but also showing message no file found.

Regards,

Hi @krajay07,

Remove message box in else part and try it

Hi Paluri,

Please can you advise how I can solve this problem?
In community addition.

Hi @krajay07,

Pls find the link and some people also face this issue.I am also tested same thing i am getting different error.
@you can check with below link questions tab you can raise your query.

Regards,
Omkar P

Hi Paluri,

Can you please help.
Situation:- I have four CSV files with the same column and datatype need to create a new CSV file and append all four CSV files data into it.

Regards, Ajay Kumar

Hi @krajay07,

Please find the solution.If you have any issues.Let me know.

I am not tested this solution because i don’t have input csv files. and give the correct csv path inside.

Readmultiple csv.xaml (6.2 KB)

Regards,
Omkar P

Hi Omkar,

Everything is fine but Final consolidate file showing no header how can i add header as well.

Hi @krajay07,

This will help you.

Try this updated file
Readmultiple csv.xaml (9.5 KB)

Regards,
Omkar P

Hi @krajay07,

If this solution is working fine.Please mark it as solution.Still you have any issues.Let me know :smiley:

Thanks,
Omkar P

Hi Omkar,

Its not showing Header in newly created file.

Send me your input CSV files and your xaml file