Hi,
I want to add a column called ID to the datatable and set the default value as 18
Please help me with the solution
Hi,
I want to add a column called ID to the datatable and set the default value as 18
Please help me with the solution
hello @Deeksha ,
you can achieve your goal using invoke code activity
dt_io.Columns.Add("ID", GetType(Integer), "18")
attaching screenshot for your reference
Hope it will help you,
Regards,
Dheerendra Vishwakarma