In my xaml file I used a loop in that I used ‘Get Text’ to get the a Email ID, the loop is running until it will find the last email ID. I am getting each Email successfully. I need to store those fetched Email ID’s into DT. I use Build DT and then Assign activity after get Text (CurrentRow.Item(0) = EmailID)