in Education by
I have tried several ways but somehow they dont look clean; I have a URL file in Excel format (400+ urls in a column) I want UiPath to read from that file and browse these URLs one by one I tried with making "Navigate to" read from a variable that reads from Excel but it just gets messy and does not work. anyone can suggest some easy way to do it? Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
I didn’t really get what you were trying to do please elaborate but as per my understanding of your query you’re trying to URL in each row inside a column, here is the solution for this Are you interested in learning UIpath from the basics! Here's the right video for you on UIpath provided by Intellipaat: Take one excel application scope and give it the path of the excel file you’re trying to read and create a ‘data table’ object. Next, use ‘for each row’ activity and give your data table object Then within this loop use ‘assign’ activity and set the url=row.Item(“urlColumnname”).ToString() After this is done you need to navigate to the website to do that use ‘Navigate to’ activity to visit each url.

Related questions

0 votes
    I'm wondering where do I find the Read CSV file option in my UiPath Studio. Can someone please guide me where do I find that option ? Select the correct answer from above options...
asked Feb 1, 2022 in Education by JackTerrance
0 votes
    How to read an excel sheet and put the cell value within different text fields through UiPath? I have a excel ... help me out please? Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    It's a UI path sequence. I am trying to read some URLs from an Excel file.Launch browser Go to URL from file ... save it as a file. Select the correct answer from above options...
asked Feb 1, 2022 in Education by JackTerrance
0 votes
    Learning RPA with UIPath. Happily extracting onscreen data from a website, processing it, using it, etc. However, ... this stage :/ Select the correct answer from above options...
asked Feb 1, 2022 in Education by JackTerrance
0 votes
    I'm new to UiPath; however, by referring a online tutorial I was able to read the whole outlook email and ... or link would help. Select the correct answer from above options...
asked Feb 1, 2022 in Education by JackTerrance
0 votes
    I have to put an input on the site from Excel file which I have done successfully. The only thing i got stuck ... as per the Excel file Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    I have to put an input on the site from Excel file which I have done successfully. The only thing i got stuck ... as per the Excel file Select the correct answer from above options...
asked Feb 5, 2022 in Education by JackTerrance
0 votes
    I am using a UIPath data scraping and working fine for multipaging. But, My requirment is get child page data using ... -a-site/7014/6 Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    I am using a UIPath data scraping and working fine for multipaging. But, My requirment is get child page data using ... -a-site/7014/6 Select the correct answer from above options...
asked Feb 5, 2022 in Education by JackTerrance
0 votes
    I am trying to extract data from below URL using UIPathhttps://www.marketwatch.com/tools/stockresearch/globalmarkets/ ... 5 Datatables? Select the correct answer from above options...
asked Feb 1, 2022 in Education by JackTerrance
0 votes
    While exploring the Automation tool UiPath Studio, I tried to add an element to the queue. But while executing, it ... . Thank you :) Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    I am using this nuget UiPathTeam.WpfFormCreator.Activities, through which we could show a xaml form for user input by an ... } } }} Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    I'm new to UiPath and I'm following all the tutorials available in their website, Planning also to finish the ... ? Thanks in advance. Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    Does anyone know how to check for an unassigned string in uipath? Uipath seems to crash when an if statement ... and nothing happens. Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    I want to take the report of last one download details from the mysql database and sent to my project manager ... this process. Thanks Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
...