Here you can see in the attached picture, I am building data table and I want to append it to workbook.
the thing is I want to use variables inside.
So, I have changeable values that I want to add every time, that’s why I want to use variables inside the data table
but to use “add data row” I need to type in the DataTable, and I cant do that without using variables because my values are changeable and I am storing them in the variables
so
we need to use a simple assign activity so that we can replace the cell value with a variable we want as ADD DATA ROW activity will add only a new row for each time…
so to use a assign activity yourdatatable.Row(rowindex)(columnindex) = yourvariable.tostring
where both row index and column index starts from 0 for the first row and first column
Cheers @tamim1640