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

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?
@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.

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!!