![]() |
| |||||||
Automation Anywhere Post messages and questions related to Automation Software here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| I am trying to use nested loops in the following fashion: 1. Start loop list variable "LIST1" -- Inside this loop I create and populate a new text file which contains "LIST2" values, then subsequently I start a new loop referencing this file 2. Start loop list variable "LIST2" End Loop (LIST2) End Loop (LIST1) When I run the task each value in LIST1 is processed as expected. Inside the outer loop the text file with LIST2 values is successfully created and populated. The problem I have is that the loop for LIST2 always processes the values in the first iteration of the created text file (ignoring all sbusequent values). Is there a way to have the inner loop recognize the new values from the file designated for LIST2 in each iteration of the outer loop? Thanks, |