The first empty row in the datatable

Hello,
How to enter new data into the datatable? To the first blank row in the file?
Please provide details, I’m still learning.
Thank You :):slight_smile:

Hi @sullivanne,

Not sure if you have specific requirements but there is an activity named: Add Data Row Activities - Add Data Row where you select the DataTable and add the rows based on the columns that you have.

If you have a datatable with 2 columns (name, lastname), your workflow should look like this:
image

Here is the workflow: DataTables.xaml (8.0 KB)

@sullivanne

Your questions is pointing to two thing…

If you want to add data to datatable then use add data row

If you want to add data to excel then use append range

Cheers

You should do the free training on academy.uipath.com because it will teach you these things.

1 Like