Open Beows URL from the excel

I want to open the URL from the excel file using Open Browser.

image

hi @prititit

Follow the following procedure:

  1. Read the excel and store these value in DT
  2. Do a for loop on DT
  3. Inside the for loop, open browser(as per your preference)
    Pass the website name as item(1) “The url of the website added”

Do let me know in case of issue/concern.
Cheers :slight_smile:

Thanks,
Shubham

1 Like

Hi @prititit

Below it the workflow which gives the output you want
OpenExcelSpecifiedURL.xaml (7.9 KB)
abc.xlsx (8.9 KB)

Hope this may help to solve your issue
Mark as solution if this helps you and like it :innocent:

Happy Automation :raised_hands:

Best Regards
Er Pratik Wavhal :robot::man_technologist:t4: :computer:

1 Like

Thank you, Pratik!

Hi @prititit

You are Welcome :innocent:

Happy Automation :raised_hands:

Best Regards
Er Pratik Wavhal :robot::man_technologist:t4: :computer:

Hello Pratik,

What if I want to read the Facebook link only?

Hi @prititit

If you want to open just Faceook link then you have to add one If Activity as below
image

I have updated the workflow for the same
Below is the updated workflow
OpenExcelSpecifiedURL.xaml (9.7 KB)

Cheers
Happy Automation :raised_hands:

Best Regards
Er Pratik Wavhal :robot::man_technologist:t4: :computer:

1 Like

Thank you so much, Pratik!

Hi @prititit

Wels :innocent:

Happy Automation :raised_hands:

Best Regards
Er Pratik Wavhal :robot::man_technologist:t4: :computer:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.