I have data table named as DT. I want to add a name in the last column of the datatable and need to write a specific name as per DT rows. For an example if DT rows has 100 row i need to write a name as “Excel” 100 times in last column of the DT table.
Use inside for each row one assign activity, and assign the row index of the added column(ex: row(0)) or use the column name(ex: row(“Type”)) and put the name you want.
I got your point but I would like to know how you want that to be in excel file
Can I have a sample if possible with a image or screenshot
Cheers @jais1609