![]() |
| |||||||
Suggestions In this forum you can give your valuable suggestions and feedbacks related to our products and our website. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| I think it would be nice to be able to create an array variable, or at least be able to assign values to a list variable on the fly so you can access them later on in the task. I don't think you can do this right now. |
| |||
| Hello, Using Automation Anywhere, you can create a list variable that can read value from a text file. Either you can assign pre-defined comma separated values in a text file or using 'Log to File' command, you can log the values at run time. Using 'Loop $ListVariable$' command, you can access these values later in the task. For better understanding, you can refer to following online example, http://www.tethyssolutions.com/T12.htm |
| |||
| Quote:
thnx for considering it |