Hi iam looping web pages and getting string values using GET TEXT.
Now i have to save all the values in a list variable later ill be looping that and pull the values one by one. But here iam struck with saving he values to that list variable.
Use the Append items to list activity to add the values in to the list.
You can store the Get text in an variable and pass the variable to the Item to append to append field in the activity. In List give the List variable that you are created.
In the xaml you have created the list inside the for each loop which is iterating array variable right.
For every iteration it will create a new list then old data in the list deleted.
Give the assign which is used to create a new list before the for each loop.
Change the assign activity before the For each loop