Hi I have two accounts that I am iterating, so as per the requirement I am supposed to login and then type an account number, thereafter I am supposed to do get full text. I am creating a variable after every get full text and passing it to List1 which is collection of strings.
Activities performed are
- login
- Read CSV
- Build Data Table
- Assign (List1=new List(of String)
- For Each Row in data table
- Assign (CurrentRow=Account)
- type into (Account.toString)
- Get Full Text (variable is page1)
- Add To Collection (where Collection is List1 and Item is page1)
- Click (next button to go to the next screen)
I am going to continue get full text again and add the variable to collection followed with clicking on next till the time I do not get exit option.
In my case i am iterating between 2 accounts (first account has variables for get full text as page1 and page2 and second account has page1, page2, page3) I am using image exist to identify exit button and passing the image exist variable (xyz) to IF activity
-
IF xyz = true,
Then click on exit,
else
do get full text – add to Collection–click on next–exit -
Outside IF activity I am using Assign
(outputlist=string.join(", "List1))
To check I am doing Write line (outputlist.toString)
it seems that the first account is getting read twice (I have added the text file as a sample where i have mentioned the the part getting picked up from first account)
example4.txt (2.2 KB)
Can anyone suggest how to get this fixed
li
