Need help in designing workflow

i have a website (RMS Web UI). plz open the url in edge. in chrome, its not working.
need to download 5 lists from that into my desktop.

1 Like

Hey @dmacha

Just tried from chrome, looks fine for me !

Kindly let us know the exact issue ?

Thanks
#nK

1 Like

@dmacha I was able to access that URL in chrome.What is the exact error that you are getting?

I think there is something firewall issue with your laptop or try to add this URL in trusted sites. What is the process of downloading that 5 lists

1 Like

I have ui path extension only using edge. how can i design the workflow to download 5 lists from that particular website?

Hi,

Check your Open Browser Activity, Properties panel, check if the Browser type is in edge.

Thanks!

@dmacha

  • Use open browser and login to that portal
  • Then, use click activity to download each list that you want
  • After downloaded move that list to other folder using Move File activity
  • Use proper exception handling to handle all the exception scenarios
  • Try to implement all these steps in Re-Framework if possible

If you could explain the process a bit brief that would be helpful

1 Like