Thanks for your response.
As i am reading from the excel which has data, my datatable already has the data.
I just need to add a sysdate value in the new col against each row.
Is something like this what you are looking for? This would have each row iterated through, and assign the system date to the new column (make sure to replace the “sysDateColumn” with what your column name is) for each row.