How to add one new column into existing DT and update the same value (str_variable) into all the rows without looping?
Example :
New column name = SAPSystemName
Value = “HMP”
How to add one new column into existing DT and update the same value (str_variable) into all the rows without looping?
Example :
New column name = SAPSystemName
Value = “HMP”
Hi @Sathish_Kumar_S ,
Have you tried using the Add Data Column activity with Default value ?
It should be method that you are looking for.
No, this will update default value in all the rows?
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.