![]() |
| |||||||
Automation Anywhere Post messages and questions related to Automation Software here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| Since upgrading to version 4.0 my scripts have stopped working. I found out when testing, that the new version somehow has an empty row as the first row, when capturing data from a table. Could someone please tell me how to get around this? Or even better, tell me to prevent the program from doing this? I've tried to just input the data into notepad, and the first row is still empty. The data I try to import is here: http://www.astrologi-og-horoskoper.d...ring_liste.asp I've attached the simple notepad script. /Jens |
| |||
| Hello Jens, We have reproduced the problem and reported it to the product development to fix it in the next version. However, you can get around the problem using the Counter system variable as follows Inside loop keep if condtion counter <> 1 then and before end loop end the if condition. 1 Extract table from 'http://www.tethyssolutions.com/pricing.htm' website's '6' table 2 Open "notepad.exe " 3 Start Loop " Each row in an Internet Explorer Table" 4 If $Counter$ Not Equal To "1" Then 5 Keystrokes: $Table Column(2)$[ENTER] in "Untitled - Notepad" 6 End If 7 End Loop Hope that helps! |