I have a situation with a bot that we are using to extract information from a web page. Im using the version 2020.4.3.
Activities:
-Open browser
-Excel Application Scope
–>For Each Row (here I capture o details in a worksheet) >>> this part isn’t working
NOTE: I already check every target
-Close sesion in a browser
-Email confirmation with the excel
Can you please verify the output of data table using ‘Output Data Table’ activity and check the output with ‘Write Line’ activity
If the data is there in the output check your required row value in the ‘For Each Row’ loop.
Please mention the error clearly. I will try to find out the solution
I see you have used a click activity inside your for each. What is the purpose of that click? Are you trying to navigate to a web page or an application or are you already inside one (opened before read range?)
Also, as a best practice, don’t use your for loop inside the Excel scope.
Kindly give me more details about this click so I can give you a proper response.
Hoping to explain it better:
-Open browser
-Excel Application Scope :
I use a worksheet (Sheet1) where I have a range of data that I need to complete from a web page.
Then I’m using for each row to every data (work order) that I have in the worksheet in order to capture more details from the web page but this it’s been skipped to the log out step.
Hoping to explain it better:
-Open browser
-Excel Application Scope :
I use a worksheet (Sheet1) where I have a range of data that I need to complete from a web page.
Then I’m using for each row to every data (work order) that I have in the worksheet in order to capture more details from the web page but this it’s been skipped to the log out step.