How to add new string values to same variable

Hi @jai_kumar2

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.
image

Hope it helps!!