Hi team ,
Here is my use case I want update one entire ‘B’ column value with xyx in build data table and then I using data table output for queue process .
Can anyone help with me how to update column with xyz values
Hi team ,
Here is my use case I want update one entire ‘B’ column value with xyx in build data table and then I using data table output for queue process .
Can anyone help with me how to update column with xyz values
If The Only Column need to be present in the Datatable is the B
Column. Then Use an Empty Build datatable
Activity. Then use Add Data Column
Activity with the Default value as "xyz"
and the Column Name as "B"
Let us know if this is not what was expected and provide some more details as to what is to be done.