Add Data Column Activity

Hi,

I have to add a particular string value to a particular column in Datatable.
i.e., trying with the below activity
image

inputs is a string variable to be added under Column(Datacolumn variable type).

Can anyone help me to convert this string variable into DataColumn Variable?

Hi @rnahasnahasuddin

Check out this thread

Regards

@rnahasnahasuddin

if you want to add particular value to a specified data column refer this

Hi @rnahasnahasuddin
If you want to add the data to the datatable
Use Add Data Row Activity.
image

To add a column to datatable. Use Add Data Column activity
In the column name field,Give the column header you want to insert.

Hope it helps!!