Go through excel rows which has hyperlinks and open and print the pdf

Hi guys. Sorry i am new here and new to UiPath. So if anyone can help out that will be most awesome. So to explain what i am going to do here, i have an excel file with multiple rows of hyperlink. screenshot below. So i need to get UiPath to open the excel file, click on each hyperlink, go to the page, clt P to Save as PDF and repeat for the rest of the row in the excel. i have tried it out using the “For Each Excel Row” and it is ok for the first row. However, the actions were not repeated at the next row of the excel, and but the actions were repeated on the webpage that was opened instead.

Just to share abit further, For each excel row, i use the send hotkey (Shift F10) then send hotkey (Shift oo) then click on the "open hyperlink). However, after the firsrt PDF was saved, the Send hotkey (Shift F10) happened on the webpage rather than the next row of the excel. i have embedded the screenshots below. Appreciate if anyone can help me out here. Still pretty new to this. Thank you.

You don’t automate in Excel by using UI automation, clicking etc.

You do it with the Excel activities.

  • Use Application/Browser to open your browser
    ** Use Excel File
    *** For Each Row in Excel
    **** Navigate To CurrentRow(“Name”).ToString

@ohmytian

Please check this on implmentation and some screenshots and steps

And if you are having trouble extracting url please check this

cheers

Thank you Paul! as im still pretty new let me go try to figure it out with your instructions. really appreciate your reply.

Thank you Anil! really appreciate your reply. your answer is a bit complex. but let me try to digest it first. thank you for helping

1 Like

Hey @ohmytian ,

Please refer below thread

Hope it helps you out!

I suggest the free training on the UiPath Academy web site. There is even one specific to Excel.