![]() |
| |||||||
Automation Anywhere Post messages and questions related to Automation Software here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
|
Hi - I have a list variable with the following; text1 text2 text3 text4 text5 I'm trying to build a prompt that displays the following; "Your list variable contains text1, text2, text3, text4, text5" I'm know how to do the prompt but I can't figure out how to build a single text string from each item in the list variable. Any thoughts? Thanks in advance. TK |
| |||
|
Hello, The task uploaded by Colin is perfect. In addition, if you wish to use the concated string in another task as well then you can log it in a text file. We have attached a sample task for reference. To run this task, . Please copy it under location, 'C:\...\My Documents\Automation Anywhere\Automation Anywhere\My Tasks' folder. . Please create a variable, EString that reads value from a text file. To create a variable that read from text file, please follow below mentioned steps: 1. Go to Tools->Variable Manager in Automation Anywhere. 2. Click on 'Add New Variable'. 3. In 'Name' field, enter variable name i.e. EString . 4. Select 'Read from text file' radio button or option. 5. In 'Value' field, specify the path of text file i.e c:\test.txt. 6. Press 'Save' button. 7. Press 'Ok' button. Hope that helps. |
![]() |
| Thread Tools | |
| Display Modes | |
| |