I have a table called table1 as shown below
I would like to use the “Add data column” activity to add a new column whose default value should be “PO_”+ Column2 value.
I would like to achieve that using the Default value option of the “Add data column” activity and without for loop.