How to insert Row in first empty string in a datatable?

I need to create business log-file. And i want to create Excel file and then put in Array of values in DataRow type after end of iteration of process.
How to insert Row in first empty row in a datatable?

@Olegik_Super

Use Add Data Row Activity to add any no. of rows. For empty row, please use syntax {“”,“”,“”,“”} under ArrayRow property. You can adjust double quotes acc. to your no. of columns. Also, mention data table name under data table property as highlighted in below screenshot.

1 Like

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