Hello Everyone,
I am developing a RPA script where i am trying to add System Date as value to a new col in a datatable.
- So far I have read the excel document and stored the value in datable variable draftDT.
- Captured the system date into a variable
- Added a new column to draftDT datatable.
Now i am stuck at a point as to how to add this system date value to each row of my Datatable.
May be i missing some simple thing.
Any help is appreciated.
Thanks.