How to write DataRow to Excel

Hi, I have a Build DataTable with the following columns, Applicant Number & Payment Number. And through a loop, I will use Get Text to get the Applicant Number and Payment Number from a web portal. Afterwards, I use a add DataRow activity to add the extracted data to the DataTable. I then want the bot to write the data into 2 existing columns in my excel file but when I used write range, it writes the Applicant Number and Payment Number into 1 column instead of 2. Appreciate all the help I can get! Thank you

Example of what I get at the end of my process:
image

Here is my add data row activities:

Here is my write range activity:

Hi @karsten_delfino

You can add both the variables using Single Add Data Row activity
{ApplicantNum, PaymentReferenceNum} and use Write Range to write it to excel.

Regards

Oh I see, it works! Thank you so much!

1 Like

You’re welcome @karsten_delfino

Happy Automation!!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.