How update status column in existing DT with string output

Hi All,

I have excel sheet column Telephone number all the telephone numbers with comma separated iam passing in text box as a single string and processing. after processing i will get response message in website with all the telephone number failure, success. How to update this status in debatable and generate report.
Can some one help me on this.

Book1.xlsx (16.0 KB) Response.txt (486 Bytes)

Try this

1.Read the data from input excel
2.For each row with the above data table
3.Get the status in xml for each row
4.Read the output from xml (Refer this: How to read Xml Data File in Ui Path - #13 by sandeep13)
5.update the input excel with the status

Is there any way without loop at once i can update status column. Because loop takes time when records are more