How to add new column into DT and update same value into rows without looping

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?

@Sathish_Kumar_S ,

Yes. It should.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.