![]() |
| |||||||
Automation Anywhere Post messages and questions related to Automation Software here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
|
I have IE table #1 with 1 or more rows and 4 columns. Within IE table #1 in column 1, in each cell I have IE table #2. IE table #2 has three or four rows and 1 column. IF table #2 has three rows, I need to extract the text in the second row. IF table #2 has four rows, I need to extract the text in the third row. FYI, the last row of IE table #2 (regardless if it has three or four rows) is always the same text. No other row contains static text. Any ideas? |
| |||
|
Hello, Unfortunately, you cannot use nested 'Loop for each row in IE table'. However, you can use 'Read from CSV/Text File' and 'Loop for each row in CSV/Text File' commands to loop for each row in table #1 and inside this loop, use 'Loop for each row in IE table' command. We have attached a sample task for your reference. Please copy it under location, 'C:\...\My Documents\Automation Anywhere\Automation Anywhere\My Tasks' folder. This task will browse through all the online samples on Tethys website one by one. Table1 on webpage has two columns Task number and Task name. In each iteration task will click on respective task name link, Extract table from details page then will come back to page having list of tasks. In that way task will browse through all the sample tasks. Hope that helps. If you could send us URL of website, we would be able to help you more with specific task. Note: Use Automation Anywhere 5.5 to run this task. Hope that helps. |
![]() |
| Thread Tools | |
| Display Modes | |
| |